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
{{ message }}
This repository was archived by the owner on Jun 27, 2025. It is now read-only.
As units are coming to astropy.modeling we should probably discuss how we should implement them into saba at some point. The example I tried doesn't work, as saba removes all quantity information.
I think this should be a relatively simple case of modifying the fitter_unit_support decorator which converts all inputs into the same unit system, strips the units and then converts the units back at the end.
Our use case is fairly unique. I think as only our fitter deals with multiple models/datasets and errorbars but I think the above decorator is a good starting point.
I haven't looked into it much yet so I'll update it when I do.