IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 3704a385 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

fixed tests and examples

parent a54d6c29
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ TEST_CASE("SibyllInterface", "modules") {
MomentumVector(cs, {0_eV, 0_eV, 0_eV}));
model.doInteraction(view, pid, Code::Oxygen, P4, targetP4);
CrossSectionType const cx = model.getCrossSection(pid, Code::Oxygen, P4, targetP4);
CHECK(cx / 1_mb == Approx(1100).margin(100)); // this is not physics validation
CHECK(cx / 1_mb == Approx(1250).margin(100)); // this is not physics validation
CHECK(view.getSize() == Approx(40).margin(30)); // this is not physics validation
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment