Closed pllim closed 3 months ago
@pllim Yes, having incorrect derivatives can result in the fit not fully converging to the correct values. One way to test this is to set estimate_jacobian=True
when calling the fitter object. That option will not use the model fit_deriv
, and then you can compare results with and without estimate_jacobian
(that's how the astropy model fit_deriv
tests are performed)
Thanks, all!
Adjust Lorentz1D FWHM result to be compatible with astropy v7.0 probably due to astropy/astropy#16794 bug fix upstream. Without this patch, the devdeps job fails. Example failure log: https://github.com/ejeschke/ginga/actions/runs/10448173088/job/28928224243
Would be nice if @larrybradley can confirm that such a change downstream is actually expected from the Lorentz1D
fit_deriv
fix. 🙏