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 SigFig Bug #344

Merged
merged 7 commits into from
Jun 17, 2024
Merged

Fix SigFig Bug #344

merged 7 commits into from
Jun 17, 2024

Conversation

pulsipher
Copy link
Collaborator

If domains are specified with more sigfigs than are used for the supports, then an out of bounds error will likely result. To fix this, domains are now rounded to the same amount of sigfigs as well. See https://discourse.julialang.org/t/infiniteopt-supports-violate-the-domain-bounds/115751.

@pulsipher pulsipher added the bug Something isn't working label Jun 17, 2024
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.74%. Comparing base (dc1e303) to head (f3c4fc9).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #344   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files          36       36           
  Lines        6670     6679    +9     
=======================================
+ Hits         6653     6662    +9     
  Misses         17       17           

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

@pulsipher pulsipher merged commit 0edc47e into master Jun 17, 2024
10 checks passed
@pulsipher pulsipher deleted the sigfig_domains branch June 17, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant