exanauts / BlockNLPModels.jl

MIT License
6 stars 2 forks source link

remove deepcopy from grad! and obj! #9

Closed grishabh147 closed 2 years ago

grishabh147 commented 2 years ago

This PR brings the following two changes:

codecov-commenter commented 2 years ago

Codecov Report

Merging #9 (8971776) into main (5c3e038) will decrease coverage by 0.41%. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
- Coverage   83.42%   83.00%   -0.42%     
==========================================
  Files           6        6              
  Lines         362      359       -3     
==========================================
- Hits          302      298       -4     
- Misses         60       61       +1     
Impacted Files Coverage Δ
src/prox_augmented_block.jl 70.49% <75.00%> (-2.09%) :arrow_down:
src/augmented_block.jl 82.05% <100.00%> (-0.88%) :arrow_down:

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