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

ModelParameter.has_user_estimate #67

Closed hartytp closed 1 year ago

hartytp commented 1 year ago

Would be nice to have a convenience function which tells us if a model parameter is either fixed or has a user estimate supplied. At present one has to call get_initial_value and look for ValueErrors which isn't ergonomic.