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 13, 2024
1 parent 3fc5a90 commit 5e088ec
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 @@ -292,7 +292,7 @@ def test_moffat_radii():
np.testing.assert_almost_equal(
ratio, 0.5, decimal=4,
err_msg="Error in Moffat constructor with fwhm")
np.testing.assert_equal(
np.testing.assert_array_equal(
test_gal.fwhm, test_fwhm,
err_msg="Moffat fwhm returned wrong value")

Expand Down

0 comments on commit 5e088ec

Please sign in to comment.