exanauts / BlockNLPModels.jl

MIT License
6 stars 2 forks source link

Modify aug block in place #7

Closed grishabh147 closed 2 years ago

grishabh147 commented 2 years ago

Made some small changes to the code:

codecov-commenter commented 2 years ago

Codecov Report

Merging #7 (0a1a304) into main (afc52d3) will decrease coverage by 2.05%. The diff coverage is 14.28%.

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
- Coverage   88.41%   86.36%   -2.06%     
==========================================
  Files           5        5              
  Lines         259      264       +5     
==========================================
- Hits          229      228       -1     
- Misses         30       36       +6     
Impacted Files Coverage Δ
src/BlockNLPModels.jl 87.80% <ø> (ø)
src/augmented_block.jl 80.00% <0.00%> (-6.96%) :arrow_down:
src/dualized_block.jl 84.00% <0.00%> (-7.31%) :arrow_down:
src/full_space.jl 86.61% <100.00%> (-0.11%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

grishabh147 commented 2 years ago

@frapac, I think this can be merged now.