Skip to content

Commit

Permalink
Update nested_ad_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 3, 2023
1 parent 774b0f9 commit fc7f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nested_ad_tests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Integrals, FiniteDiff, ForwardDiff, Cubature, Cuba, Test
using Integrals, FiniteDiff, ForwardDiff, Cubature, Cuba, Zygote, Test

my_parameters = [1.0, 2.0]
my_function(x, p) = x^2 + p[1]^3 * x + p[2]^2
Expand Down

0 comments on commit fc7f96a

Please sign in to comment.