diff --git a/tests/test_moffat.py b/tests/test_moffat.py index 1817b99ac7..90f380f2d3 100644 --- a/tests/test_moffat.py +++ b/tests/test_moffat.py @@ -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")