|
self.estimation_procedure["parameters"] = estimation_parameters |
|
self.estimation_parameters = estimation_parameters |
Line 205 adds duplicate information to the task object. The estimation procedure parameters are already stored in line 204.
Do we create a property on estimation_parameters and issue a future deprecation warning, so we can deprecate at a later time?