Skip to content

Commit

Permalink
More allclose tolerance adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanjmeade committed Jul 10, 2024
1 parent 172de17 commit 576d758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_western_north_america_dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_western_north_america_dense():
print("START - SLIP RATE TEST")
print(f"{estimation.slip_rates[0]}, {test_western_north_america_arrays['estimation_slip_rates'][0]}")
assert np.allclose(
estimation.slip_rates, test_western_north_america_arrays["estimation_slip_rates"], rtol=1e-03, atol=1e-03
estimation.slip_rates, test_western_north_america_arrays["estimation_slip_rates"], atol=1e-02
)
print("END - SLIP RATE TEST")

Expand Down

0 comments on commit 576d758

Please sign in to comment.