You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that TemplateModel.set_parameters(...) only use those param_dict items that correspond to an existing parameter in the template model. It was a bit tedious to do TemplateModel.add_parameter(...) for each new parameter to which I want to set a value. Is it fair to ask for set_parameters to add any missing parameters and set their value as per param_dict?
The text was updated successfully, but these errors were encountered:
I notice that
TemplateModel.set_parameters(...)
only use thoseparam_dict
items that correspond to an existing parameter in the template model. It was a bit tedious to doTemplateModel.add_parameter(...)
for each new parameter to which I want to set a value. Is it fair to ask forset_parameters
to add any missing parameters and set their value as perparam_dict
?The text was updated successfully, but these errors were encountered: