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

Refactor SDEProblem constructor #2279

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

ErikQQY
Copy link
Member

@ErikQQY ErikQQY commented Sep 22, 2023

Now the SDE constructor is simply SDEProblem(SDEFunction(f, g), u0, tspan) or SDEProblem(f, g, u0, tspan)

SciML/SciMLBase.jl#489

@ChrisRackauckas
Copy link
Member

There's deadlock so I'm going break the deadlock and see in the StochasticDiffEq.jl tests what happens.

@ChrisRackauckas ChrisRackauckas merged commit e23075f into SciML:master Sep 22, 2023
2 of 62 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.

2 participants