Tulip.jl icon indicating copy to clipboard operation
Tulip.jl copied to clipboard

BigFloat improvements

Open nsajko opened this issue 2 years ago • 5 comments

See the commit messages of the two commits

nsajko avatar Apr 16 '23 16:04 nsajko

The errors seem to be related to MOI and unrelated to these changes.

nsajko avatar Apr 16 '23 17:04 nsajko

You can comment out the failing tests for now: https://github.com/ds4dm/Tulip.jl/pull/137

odow avatar Apr 20 '23 07:04 odow

Locally all tests pass with the changes in #137

nsajko avatar Apr 20 '23 19:04 nsajko

Added the compat entry for MA to Project.toml and fixed a typo in a commit message.

nsajko avatar Apr 20 '23 19:04 nsajko

Codecov Report

Merging #136 (9bbe799) into master (a0032b5) will increase coverage by 0.16%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #136      +/-   ##
==========================================
+ Coverage   89.02%   89.18%   +0.16%     
==========================================
  Files          43       44       +1     
  Lines        2751     2783      +32     
==========================================
+ Hits         2449     2482      +33     
+ Misses        302      301       -1     
Impacted Files Coverage Δ
src/IPM/HSD/HSD.jl 87.50% <100.00%> (+0.19%) :arrow_up:
src/IPM/HSD/dot_for_mutable.jl 100.00% <100.00%> (ø)
src/IPM/HSD/step.jl 94.80% <100.00%> (+0.06%) :arrow_up:
src/Tulip.jl 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Apr 20 '23 20:04 codecov-commenter