Closed QB3 closed 3 years ago
Do you think to other quantities to display @mathurinm ?
Merging #70 (96f47cd) into master (46184d9) will increase coverage by
3.56%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #70 +/- ##
==========================================
+ Coverage 67.96% 71.53% +3.56%
==========================================
Files 47 51 +4
Lines 3097 3798 +701
Branches 278 375 +97
==========================================
+ Hits 2105 2717 +612
- Misses 917 989 +72
- Partials 75 92 +17
Impacted Files | Coverage Δ | |
---|---|---|
sparse_ho/optimizers/gradient_descent.py | 21.42% <ø> (ø) |
|
sparse_ho/optimizers/line_search.py | 65.75% <0.00%> (-4.11%) |
:arrow_down: |
sparse_ho/algo/backward.py | 62.79% <0.00%> (-23.88%) |
:arrow_down: |
sparse_ho/tests/test_criterion.py | 88.70% <0.00%> (-11.30%) |
:arrow_down: |
sparse_ho/utils_plot.py | 0.00% <0.00%> (ø) |
|
sparse_ho/tests/test_grid_search.py | 100.00% <0.00%> (ø) |
|
sparse_ho/tests/test_models.py | 88.11% <0.00%> (ø) |
|
sparse_ho/tests/test_utils.py | 100.00% <0.00%> (ø) |
|
sparse_ho/tests/test_optimizers.py | 100.00% <0.00%> (ø) |
|
... and 11 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 46184d9...96f47cd. Read the comment docs.
good for you @agramfort ?
Display gradient norm for the outer optimization problem for the line search
closes #60