-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
sol.retcode == :Success is not recognized correctly #1916
Comments
It's been deprecated for a while and should now be |
That's not in the README? I don't see any |
I saw And that's why I started using |
Cool fixed SciML/DiffEqDocs.jl@3d5ee28 |
Hello, There's another usage of
in the SciML documentation, here: https://docs.sciml.ai/DiffEqParamEstim/stable/methods/optimization_based_methods/ It also comes up in the Turing.jl documentation, when they're discussing Bayesian inference with Differential Equations: https://turinglang.org/v0.25/tutorials/10-bayesian-differential-equations/ |
Thanks, just fixed that one. |
|
I run the following code from the readme:
sol.retcode == :Success
is false even thoughSymbol(sol.retcode) == :Success
is trueThis used to work correctly but stopped working now.
I used Julia 1.9.0-rc1 and DifferentialEquations v7.7.0
The text was updated successfully, but these errors were encountered: