Skip to content

Commit efe4e37

Browse files
authored
Update test/Nonlinear/ReverseAD.jl
1 parent 9e982b4 commit efe4e37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Nonlinear/ReverseAD.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ function test_objective_quadratic_multivariate_subexpressions()
146146
@test g == [2 * 1.2 + 2.3, 1.2 + 2 * 2.3]
147147
@test 0 == @allocated MOI.eval_objective_gradient(evaluator, g, val)
148148
@test MOI.hessian_objective_structure(evaluator) == [(1, 1), (2, 2), (2, 1)]
149-
@test MOI.hessian_objective_structure(evaluator) == [(1, 1), (2, 2), (2, 1)]
150149
H = [NaN, NaN, NaN]
151150
MOI.eval_hessian_objective(evaluator, H, val)
152151
@test H == [2.0, 2.0, 1.0]

0 commit comments

Comments
 (0)