Skip to content

Commit

Permalink
NumPy >= v1.25 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Mar 25, 2024
1 parent 970994c commit 62d83c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MulensModel/tests/test_Model.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_BLPS_shear_active():
t = np.array([2456112.5])
data = mm.MulensData(data_list=[t, t*0.+16., t*0.+0.01])
magnification = model.get_magnification(data.time[0])
assert not isclose(magnification, 4.691830781584699, abs_tol=1e-2)
assert not isclose(magnification[0], 4.691830781584699, abs_tol=1e-2)


def test_BLPS_shear():
Expand Down

0 comments on commit 62d83c1

Please sign in to comment.