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 16b7eef commit 8cac7f5Copy full SHA for 8cac7f5
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