Skip to content

Commit

Permalink
Update operator_ad.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 7, 2024
1 parent b745a2f commit 23c82e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorials/nonlinear/operator_ad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
# This tutorial uses the following packages:

using JuMP
import Enzyme
import DifferentiationInterface
import Enzyme
import ForwardDiff
import Ipopt
import Test
Expand Down Expand Up @@ -330,7 +330,7 @@ enzyme_rosenbrock()

# Julia offers [many different autodiff packages](https://juliadiff.org/).
# [DifferentiationInterface.jl](https://github.com/gdalle/DifferentiationInterface.jl)
# is a package that provides an abstraction layer across multiple underlying
# is a package that provides an abstraction layer across a few underlying
# autodiff libraries.

# All the necessary information about your choice of underlying autodiff
Expand Down

0 comments on commit 23c82e8

Please sign in to comment.