Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Jan 20, 2025
1 parent daa1f12 commit 57fe7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/simulator/test_advance.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ def base_test_overlaped_fields_are_equal(self, datahier, coarsest_time):
# https://hephaistos.lpp.polytechnique.fr/teamcity/buildConfiguration/Phare_Phare_BuildGithubPrClang/78544
# seems correct considering ghosts are filled with schedules
# involving linear/spatial interpolations and so on where
# rounding errors may occur.... setting atol to 5e-15
assert_fp_any_all_close(slice1, slice2, atol=5e-15, rtol=0)
# rounding errors may occur.... setting atol to 6e-15
assert_fp_any_all_close(slice1, slice2, atol=6e-15, rtol=0)
checks += 1
except AssertionError as e:
print("AssertionError", pd1.name, e)
Expand Down

0 comments on commit 57fe7e7

Please sign in to comment.