Closed ianan closed 7 months ago
Despite the name change we still have fitting called sunxspex_fitting, i.e. from sunkit_spex.sunxspex_fitting.fitter import Fitter
from sunkit_spex.sunxspex_fitting.fitter import Fitter
Maybe better to just call it fitting, so would do from sunkit_spex.fitting.fitter import Fitter ?
from sunkit_spex.fitting.fitter import Fitter
I guess this can be close when #137 is merged will be from sunkit.fitting_legacy import Fitter
from sunkit.fitting_legacy import Fitter
@samaloney let's close this?
@KriSun95 close?
Yes, and thanks to @ianan for opening this!
Describe the feature
Despite the name change we still have fitting called sunxspex_fitting, i.e.
from sunkit_spex.sunxspex_fitting.fitter import Fitter
Proposed solution
Maybe better to just call it fitting, so would do
from sunkit_spex.fitting.fitter import Fitter
?