-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Update manifest.toml #1102
Update manifest.toml #1102
Conversation
@ErikQQY getting this error in |
I am sure this is caused by the version bumps, the "Quadruple Boson Energy Conservation" also failed because of this error, you may need to see what breaking changes led to this. |
@ErikQQY the error occurred because in DiffEqCallbacks.jl the autodiff value is set to nothing. And these changes in DiffEqCallbacks are causing this issue. |
The errors might caused by the outdated syntax, you can refer to the latest docs and see how to use the right syntax to fix the errors. |
benchmarks/DynamicalODE/Henon-Heiles_energy_conservation_benchmark.jmd
Outdated
Show resolved
Hide resolved
@ChrisRackauckas the error shows that an autodiff or manifold_project should be used here. Which one should I use ?? The ForwardDiff from ForwardDiff module ?? |
@ErikQQY According to the docs |
The latest syntax mentioned in the docs doesn't seem to work at all |
You might be doing something wrong with the syntax Here are some useful tips you may find useful:
|
This is mixing Bayesian and dynamical. Please don't mix the bumps. The PR name is not informative, is this supposed to be for Dynamical? |
Closing as it doesn't seem to have any real changes. |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.