-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Default algorithm should have checks for Adjoints limitations #1116
Comments
What's an MWE for this? |
There is no default to TrackerVJP, so it cannot be the default algorithm? |
In the function |
It's possible that SciMLSensitivity.jl/src/concrete_solve.jl Line 167 in 4847a87
and then we pass it to GaussAdjoint SciMLSensitivity.jl/src/concrete_solve.jl Line 198 in 4847a87
|
Fixes #1116 . I don't have a case that actually hits this though, no MWE provided, so I can't add a test but it's at least a thing that needs to be done.
Describe the bug 🐞
I'm getting
When I don't specify
sensealg
.I think the default algorithm for selecting
sensealg
doesn't check for limitation of each Adjoint.The text was updated successfully, but these errors were encountered: