Skip to content

Commit 2d325b3

Browse files
committed
fix tol
1 parent 2dd9e1d commit 2d325b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jump.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function test_single_variable_objective()
4848
optimize!(model)
4949
MOI.set(model, DiffOpt.ForwardObjectiveFunction(), sum(x))
5050
DiffOpt.forward_differentiate!(model)
51-
@test MOI.get(model, DiffOpt.ForwardVariablePrimal(), x[7]) == 0
51+
@test MOI.get(model, DiffOpt.ForwardVariablePrimal(), x[7]) == 0 atol = ATOL
5252
end
5353

5454
function test_forward_on_trivial_qp()

0 commit comments

Comments
 (0)