Skip to content

Commit

Permalink
ease test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Jun 26, 2024
1 parent a51dabc commit a8744b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eazy/tests/test_photoz.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def test_hdf5():
assert(np.allclose(ez.prior_mags, new_ez.prior_mags))
assert(np.allclose(ez.zml, new_ez.zml))
assert(np.allclose(ez.zbest, new_ez.zbest))
assert(np.allclose(ez.lnp, new_ez.lnp))
assert(np.allclose(ez.lnp, new_ez.lnp, rtol=1.e-4))


def test_cleanup():
Expand Down

0 comments on commit a8744b1

Please sign in to comment.