Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set_parameters only set value of parameters that exist already in the template model #352

Open
liunelson opened this issue Aug 14, 2024 · 0 comments

Comments

@liunelson
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant