IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ffacd0e7 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

removed asserts from cascade_example

parent 0c7c189e
No related branches found
No related tags found
1 merge request!153Resolve "Release-type tests fail for cascade_example"
Pipeline #892 passed
......@@ -159,8 +159,4 @@ int main() {
<< "relative difference (%): " << (Efinal / E0 - 1) * 100 << endl;
cout << "total dEdX energy (GeV): " << eLoss.GetTotal() / 1_GeV << endl
<< "relative difference (%): " << eLoss.GetTotal() / E0 * 100 << endl;
// basic check for unit-tests
assert(cut.GetNumberEmParticles() == 127);
assert(cut.GetNumberInvParticles() == 116);
}
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