-
-
Notifications
You must be signed in to change notification settings - Fork 224
fix: propagate parameter dependencies in extend
#2629
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
Conversation
Needs a test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not directly related to the PR, but might as well fix it
Tests fail because nonlinear systems don't have parameter dependencies. Are they expected to have that? |
I didn't add parameter dependencies to nonlinear systems because it didn't seem necessary. Can parameters change while solving a |
The latter |
#2632 needs to be merged for CI to pass here then |
Rebase |
Co-authored-by: Aayush Sabharwal <[email protected]>
I'm not sure why the integration tests fail, it looks unrelated to this PR. |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
It looks like
parameter_dependencies
are not propagated when extending the system.