-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
Any ideas for fixing? It seems like Cassette is only used with ReverseDiff
SciMLSensitivity.jl/src/concrete_solve.jl
Lines 32 to 41 in ead6d82
| compile = try | |
| f = unwrapped_f(prob.f) | |
| if DiffEqBase.isinplace(prob) | |
| !hasbranching(f, copy(u0), u0, p, prob.tspan[1]) | |
| else | |
| !hasbranching(f, u0, p, prob.tspan[1]) | |
| end | |
| catch | |
| false | |
| end |
makes me think SciMLSensitivity might be helped with Extension packages since from a glance it seems like every AD package is loaded and maybe i don't need ReverseDiff
Metadata
Metadata
Assignees
Labels
No labels