Skip to content

Commit

Permalink
Update test values for updated scipy fitter.
Browse files Browse the repository at this point in the history
I am not 100% what changed in the fitter though.
  • Loading branch information
erykoff committed Jun 17, 2024
1 parent 18936c1 commit 54247c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_redmagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_redmagic_fitter(self):

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

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

Expand Down

0 comments on commit 54247c6

Please sign in to comment.