BicycleParameters
BicycleParameters copied to clipboard
Model() should take a ParameterSet() instead of a dictionary as it's primary object
RIght now Model() takes a dictionary but that means you can't use any functionality of ParameterSet() inside of Model().
Actually it does! But the docstring is incorrect.
After using Model() for some time, none of the features of ParameterSet() are used in Model() so maybe it should only take a dictionary. Although, I guess if you had a parameter set for one model it could call the appropriate method to transform the data into the parameter set of a new model internally.
It takes a parameter set.