Take p_newton
out of inner while loop
#1165
Merged
Codecov / codecov/project
succeeded
Aug 21, 2024 in 0s
95.42% (-0.02%) compared to 13108f6
View this Pull Request on Codecov
95.42% (-0.02%) compared to 13108f6
Details
Codecov Report
Attention: Patch coverage is 87.50000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 95.42%. Comparing base (
13108f6
) to head (7f3858d
).
Files | Patch % | Lines |
---|---|---|
desc/optimize/aug_lagrangian_ls.py | 75.00% | 2 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #1165 +/- ##
==========================================
- Coverage 95.43% 95.42% -0.02%
==========================================
Files 87 87
Lines 22313 22321 +8
==========================================
+ Hits 21294 21299 +5
- Misses 1019 1022 +3
Files | Coverage Δ | |
---|---|---|
desc/optimize/least_squares.py | 99.33% <100.00%> (+0.03%) |
⬆️ |
desc/optimize/tr_subproblems.py | 99.44% <ø> (-0.02%) |
⬇️ |
desc/optimize/aug_lagrangian_ls.py | 95.67% <75.00%> (-0.85%) |
⬇️ |
Loading