From 3704a385fef0f78a138ebb9cba2f02db1ecef5ef Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Thu, 28 Oct 2021 22:10:52 +0200 Subject: [PATCH] fixed tests and examples --- tests/modules/testSibyll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/testSibyll.cpp b/tests/modules/testSibyll.cpp index 2a19a030b..7cd05aa6e 100644 --- a/tests/modules/testSibyll.cpp +++ b/tests/modules/testSibyll.cpp @@ -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 } } -- GitLab