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

Validate types of state variables in ODESystem/SDESystem construction #3340

Merged
merged 17 commits into from
Jan 31, 2025

Conversation

vyudu
Copy link
Contributor

@vyudu vyudu commented Jan 17, 2025

Fixes #2589 . There is a bit of refactoring here but the check is in process_equations, and a new SDESystem constructor has been written that calls it

@vyudu vyudu marked this pull request as draft January 17, 2025 19:42
@vyudu vyudu changed the title Validate types of state variables in XSystem construction Validate types of state variables in ODESystem/SDESystem construction Jan 29, 2025
@vyudu vyudu marked this pull request as ready for review January 29, 2025 19:09
@vyudu
Copy link
Contributor Author

vyudu commented Jan 29, 2025

@ChrisRackauckas I think this one's ready

@ChrisRackauckas ChrisRackauckas merged commit 14f2603 into SciML:master Jan 31, 2025
38 of 45 checks passed
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

Successfully merging this pull request may close these issues.

It is possible to designate non-default types for variables, which are then ignored.
2 participants