We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3659bf0 commit 12be322Copy full SHA for 12be322
1 file changed
test/runtests.jl
@@ -653,9 +653,9 @@ function test_objective_bound_relative_gap()
653
@test isapprox(
654
MOI.get(model, MOI.ObjectiveBound()),
655
MOI.get(model, MOI.ObjectiveValue());
656
- rtol = 1e-6,
+ rtol = 1e-2,
657
)
658
- @test MOI.get(model, MOI.RelativeGap()) < 1e-6
+ @test MOI.get(model, MOI.RelativeGap()) < 1e-2
659
return
660
end
661
0 commit comments