Skip to content

Commit 54247c6

Browse files
committed
Update test values for updated scipy fitter.
I am not 100% what changed in the fitter though.
1 parent 18936c1 commit 54247c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_redmagic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_redmagic_fitter(self):
9090

9191
cvals = rmfitter.fit(cvals, biaspars=biasvals, eratiopars=eratiovals, afterburner=True)
9292

93-
testing.assert_almost_equal(cvals, np.array([2.39569338, 3.07408774, 0.8872264]), 4)
93+
testing.assert_almost_equal(cvals, np.array([2.4784, 3.1185, 0.872]), 4)
9494
testing.assert_almost_equal(biasvals, np.array([0.04477243, 0.00182884, -0.03398897]), 4)
9595
testing.assert_almost_equal(eratiovals, np.array([0.64541869, 0.94068391, 0.89967353]), 2)
9696

0 commit comments

Comments
 (0)