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

Add better SDESystem error when it hasn't been structural_simplify #3316

Merged
merged 9 commits into from
Jan 18, 2025

Conversation

vyudu
Copy link
Contributor

@vyudu vyudu commented Jan 13, 2025

Fixes #2831.

Issue was that constructing system with @named would construct an ODESystem, then calling SDEProblem with the system gets dispatched to the SciMLBase method that doesn't handle this, so add a dispatch for ODESystem here with appropriate errors.

test/sdesystem.jl Outdated Show resolved Hide resolved
@ChrisRackauckas ChrisRackauckas merged commit c4fe363 into SciML:master Jan 18, 2025
34 of 42 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.

SDEs with brownian motions requires structural_simplify
2 participants