Skip to content

Commit

Permalink
Loosen tolerance in warm-start test (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 4, 2024
1 parent 034cc69 commit 19b8997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_algorithm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ end
alp = JuMP.backend(m).optimizer.model

@test termination_status(m) == MOI.OTHER_LIMIT
@test isapprox(alp.best_bound, 4810.212866711817, atol = 1E-6)
@test isapprox(alp.best_bound, 4810.212866711817, atol = 1E-3)
@test alp.warm_start_value == sol
@test alp.options.use_start_as_incumbent == true
end
Expand Down

0 comments on commit 19b8997

Please sign in to comment.