Skip to content

Commit 81b7594

Browse files
committed
Fix again the tests...
1 parent 11d9bbf commit 81b7594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/zygote.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ end
4848
test_autodiff_backend_error()
4949

5050
# Additional backends used for tests
51-
ADNLPModels.predefined_backend = Dict(
52-
:zygote_backend => Dict(
51+
push!(ADNLPModels.predefined_backend,
52+
Dict(:zygote_backend => Dict(
5353
:gradient_backend => ADNLPModels.ZygoteADGradient,
5454
:jprod_backend => ADNLPModels.ZygoteADJprod,
5555
:jtprod_backend => ADNLPModels.ZygoteADJtprod,

0 commit comments

Comments
 (0)