IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 91f08475 authored by Felix Riehn's avatar Felix Riehn Committed by Maximilian Reininghaus
Browse files

adjust margin in testTracking, again

parent 4400a802
No related branches found
No related tags found
1 merge request!534default configuration for ICRC 2023
......@@ -232,7 +232,7 @@ TEMPLATE_TEST_CASE("Tracking", "tracking", tracking_leapfrog_curved::Tracking,
pointCheck.getCoordinates());
CHECK((particle.getPosition() - pointCheck).getNorm() / radius ==
Approx(0).margin(1e-3));
Approx(0).margin(1e-1));
}
}
......
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