Skip to content

Commit 226d4a5

Browse files
Update core_nesteddual.jl
1 parent bee32f1 commit 226d4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core_nesteddual.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using LinearAlgebra, OrdinaryDiffEq, Test, PreallocationTools, ForwardDiff, GalacticOptim, Optim
1+
using LinearAlgebra, OrdinaryDiffEq, Test, PreallocationTools, ForwardDiff, GalacticOptim, GalacticOptimJL
22

33
randmat = rand(5, 3)
44
sto = similar(randmat)
@@ -101,4 +101,4 @@ optfun = OptimizationFunction(fn, GalacticOptim.AutoForwardDiff())
101101
optprob = OptimizationProblem(optfun, zeros(length(coeffs)), (prob, realsol, cache))
102102
newtonsol2 = solve(optprob, Newton())
103103

104-
@test all(abs.(coeffs .- newtonsol2.u) .< 1e-3)
104+
@test all(abs.(coeffs .- newtonsol2.u) .< 1e-3)

0 commit comments

Comments
 (0)