Skip to content

Commit

Permalink
test: it is an array in jax
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Sep 14, 2024
1 parent b7ef1e2 commit d8a549e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_moffat.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def test_moffat_radii():
np.testing.assert_almost_equal(
hlr_sum, 0.5, decimal=4,
err_msg="Error in Moffat constructor with half-light radius")
np.testing.assert_array_equal(
np.testing.assert_allclose(
test_gal.half_light_radius, test_hlr,
err_msg="Moffat hlr incorrect")

Expand Down

0 comments on commit d8a549e

Please sign in to comment.