OxIonics / ionics_fits

Small python fitting library with an emphasis on Atomic Molecular and Optical Physics
Apache License 2.0
1 stars 0 forks source link

store derived params in a separate dictionary #22

Closed hartytp closed 1 year ago

hartytp commented 1 year ago

Putting them in the same dictionary as fit params means we can't do things like fit.model.fun(fit.x, fit.values).