OxIonics / ionics_fits

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

fix some heuristics #63

Closed hartytp closed 1 year ago

hartytp commented 1 year ago
hartytp commented 1 year ago

ModelParameter.get_intial_value now returns a float or raises a ValueError. This is probably more pythonic and makes it easier for pytype to not have to deal with the Optional[float] return type