Skip to content

Commit

Permalink
cross platform testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Apr 15, 2024
1 parent 5f5b7cd commit 9e465dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_sandag_abm3.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ def test_sandag_abm3_progressive(use_sharrow):
state.run.by_name(step_name)
try:
if ref_pipeline.exists():
state.checkpoint.check_against(ref_pipeline, checkpoint_name=step_name)
# The usual default rtol=1e-5 is too strict for cross-platform testing
state.checkpoint.check_against(ref_pipeline, checkpoint_name=step_name, rtol=3.3e-5)
pass
except Exception:
print(f"> sandag-abm3 {step_name}: ERROR")
Expand Down

0 comments on commit 9e465dd

Please sign in to comment.