Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing tests : atol -> rtol #241

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Fix failing tests : atol -> rtol #241

merged 1 commit into from
Mar 27, 2024

Conversation

blegat
Copy link
Contributor

@blegat blegat commented Mar 27, 2024

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

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
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@odow odow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that tol was a bit tight

@odow odow merged commit 270c9d6 into lanl-ansi:master Mar 27, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants