Closed NeelayS closed 3 years ago
Merging #117 (f68c252) into master (eca9657) will increase coverage by
0.34%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #117 +/- ##
==========================================
+ Coverage 58.23% 58.58% +0.34%
==========================================
Files 60 60
Lines 2112 2115 +3
==========================================
+ Hits 1230 1239 +9
+ Misses 882 876 -6
Impacted Files | Coverage Δ | |
---|---|---|
KD_Lib/KD/common/base_class.py | 79.35% <100.00%> (ø) |
|
KD_Lib/KD/vision/DML/dml.py | 75.43% <100.00%> (+6.06%) |
:arrow_up: |
Fails for some other algos (lottery tickets, BANN), not for DML. Can merge this as a quick fix for #116 I guess.
Can you make the code coverage 100% on this now?
Try removing try except from dml file -> see base.py file. Code coverage is still not 100%.
Fix for #116