OxfordIonTrapGroup / oitg

Python package of helper routines (result loading, fitting, etc) for the Oxford Ion-Trap Group (OITG).
https://oxfordiontrapgroup.github.io/oitg/
13 stars 9 forks source link

FitBase: Don't set scale for constant parameters #32

Closed pathfinder49 closed 3 years ago

pathfinder49 commented 3 years ago

The scale is not needed for constant parameters. Further, the check constant_parameters[name] != 0 is incompatible with the kludge in dipole_bsb_car_rsb where a numpy array is passed as a constant.