We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74b990 commit b0434acCopy full SHA for b0434ac
lib/BracketingNonlinearSolve/test/adjoint_tests.jl
@@ -1,5 +1,5 @@
1
@testitem "Simple Adjoint Test" tags=[:adjoint] begin
2
- using ForwardDiff, Zygote, DiffEqBase
+ using ForwardDiff, Zygote, DiffEqBase, BracketingNonlinearSolve
3
4
ff(u, p) = u^2 .- p[1]
5
0 commit comments