lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
241 stars 39 forks source link

Fix failing tests : atol -> rtol #241

Closed blegat closed 4 months ago

blegat commented 4 months ago

It is currently failing with

Algorithm Test with binprod terms: Test Failed at /home/runner/.julia/dev/Alpine/test/test_algorithm.jl:738
  Expression: isapprox(objective_bound(m), 3650.786358471944; atol = 0.0001)
   Evaluated: isapprox(3650.7717897289886, 3650.786358471944; atol = 0.0001)

See https://github.com/jump-dev/MathOptInterface.jl/actions/runs/8442608082/job/23124390039

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.84%. Comparing base (78268c3) to head (34ef54c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #241 +/- ## ========================================== + Coverage 88.26% 88.84% +0.57% ========================================== Files 16 16 Lines 2975 2975 ========================================== + Hits 2626 2643 +17 + Misses 349 332 -17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.