Skip to content

Commit df9c20a

Browse files
Update lib/OptimizationOptimisers/test/runtests.jl
Co-authored-by: Vaibhav Kumar Dixit <[email protected]>
1 parent 86a8d14 commit df9c20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationOptimisers/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using Test
2222
_p = ones(2)
2323
sumfunc(x0, _p) = sum(abs2, (x0 - _p))
2424
l1 = sumfunc(x0, _p)
25-
25+
using Zygote
2626
optprob = OptimizationFunction(sumfunc, Optimization.AutoZygote())
2727

2828
prob = OptimizationProblem(optprob, x0, _p)

0 commit comments

Comments
 (0)