Skip to content

Commit

Permalink
fixup! Refactor heuristic test to do cpu/gpu comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Mar 5, 2025
1 parent 58085d0 commit 87acf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/celeritas/geo/Geometry.test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ TEST_F(TestEm3Test, run)
EXPECT_FALSE(this->geometry()->supports_safety());
}
real_type tol = using_orange_geo ? 1e-3 : 0.35;
this->run(1024, tol);
this->run(512, tol);
}

//---------------------------------------------------------------------------//
Expand Down

0 comments on commit 87acf8b

Please sign in to comment.