IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 357a38e2 authored by ralfulrich's avatar ralfulrich
Browse files

test updates

parent eef1529d
No related branches found
No related tags found
1 merge request!370adding random_iterator
Pipeline #4785 passed
...@@ -297,8 +297,9 @@ TEST_CASE("SibyllInterface", "[processes]") { ...@@ -297,8 +297,9 @@ TEST_CASE("SibyllInterface", "[processes]") {
// CHECK(length / 1_g * 1_cm * 1_cm == Approx(44.2).margin(.1)); // CHECK(length / 1_g * 1_cm * 1_cm == Approx(44.2).margin(.1));
// CHECK(view.getSize() == 11); // CHECK(view.getSize() == 11);
CHECK(length / 1_g * 1_cm * 1_cm == CHECK(length / 1_g * 1_cm * 1_cm ==
Approx(46.3).margin(2)); // this is not physics validation Approx(31).margin(5)); // this is not physics validation
// CHECK(view.getSize() == 20); // also sibyll not stable wrt. to compiler changes // CHECK(view.getSize() == 20); // also sibyll not stable wrt. to compiler changes
CHECK(view.getSize() == Approx(100).margin(90)); // this is not physics validation
} }
SECTION("DecayInterface") { SECTION("DecayInterface") {
......
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