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

Only apply AD overloads to out-of-place #232

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

ChrisRackauckas
Copy link
Member

These methods are only tested for out-of-place functions right now, and the tests in OrdinaryDiffEq are seeing that they fail on in-place functions. So this changes the dispatches so they only apply when they are known to work. The in-place versions should be added in the future.

These methods are only tested for out-of-place functions right now, and the tests in OrdinaryDiffEq are seeing that they fail on in-place functions. So this changes the dispatches so they only apply when they are known to work. The in-place versions should be added in the future.
@ChrisRackauckas ChrisRackauckas merged commit edc0b5a into master Oct 10, 2023
5 of 8 checks passed
@ChrisRackauckas ChrisRackauckas deleted the ad_overload_oop branch October 10, 2023 04:17
danielwe added a commit to danielwe/NonlinearSolve.jl that referenced this pull request Oct 10, 2023
Did you miss this in SciML#232? Gives a warning during precompilation.
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.

1 participant