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

Context manager .param.update should restore references #914

Closed
philippjfr opened this issue Mar 3, 2024 · 0 comments · Fixed by #915
Closed

Context manager .param.update should restore references #914

philippjfr opened this issue Mar 3, 2024 · 0 comments · Fixed by #915
Labels
type-bug Bug report
Milestone

Comments

@philippjfr
Copy link
Member

Internally parameter references are unlinked when something else overrides the value. However in the case of using .param.update as a context manager we would expect everything to be re-linked when we exit the context. This does not currently occur.

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

Successfully merging a pull request may close this issue.

1 participant