We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b7594 commit 9b134dcCopy full SHA for 9b134dc
test/zygote.jl
@@ -49,7 +49,7 @@ test_autodiff_backend_error()
49
50
# Additional backends used for tests
51
push!(ADNLPModels.predefined_backend,
52
- Dict(:zygote_backend => Dict(
+ :zygote_backend => Dict(
53
:gradient_backend => ADNLPModels.ZygoteADGradient,
54
:jprod_backend => ADNLPModels.ZygoteADJprod,
55
:jtprod_backend => ADNLPModels.ZygoteADJtprod,
0 commit comments