Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Nov 26, 2024
1 parent 3a35293 commit e73cb3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/zygote.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ end
test_autodiff_backend_error()

# Additional backends used for tests
push!(ADNLPModels.predefined_backend,
push!(
ADNLPModels.predefined_backend,
:zygote_backend => Dict(
:gradient_backend => ADNLPModels.ZygoteADGradient,
:jprod_backend => ADNLPModels.ZygoteADJprod,
Expand Down

0 comments on commit e73cb3e

Please sign in to comment.