You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good in the regression test to explicitly confirm that the new fitted parameters agree with expectation, not just that the fit improved. This should be the case to at least 3 digits, probably more (e.g. use np.allclose(.., rtol=0, atol=1e-3)).
The text was updated successfully, but these errors were encountered:
It would be good in the regression test to explicitly confirm that the new fitted parameters agree with expectation, not just that the fit improved. This should be the case to at least 3 digits, probably more (e.g. use
np.allclose(.., rtol=0, atol=1e-3)
).The text was updated successfully, but these errors were encountered: