Closed senwu closed 3 years ago
Merging #105 (2fb3f14) into master (4a5813e) will decrease coverage by
0.55%
. The diff coverage is65.85%
.
@@ Coverage Diff @@
## master #105 +/- ##
==========================================
- Coverage 85.24% 84.68% -0.56%
==========================================
Files 40 40
Lines 1958 1965 +7
Branches 418 419 +1
==========================================
- Hits 1669 1664 -5
- Misses 173 178 +5
- Partials 116 123 +7
Flag | Coverage Δ | |
---|---|---|
unittests | 84.68% <65.85%> (-0.56%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/emmental/meta.py | 74.75% <ø> (ø) |
|
src/emmental/schedulers/mixed_scheduler.py | 91.42% <50.00%> (-8.58%) |
:arrow_down: |
src/emmental/schedulers/round_robin_scheduler.py | 84.78% <50.00%> (-5.70%) |
:arrow_down: |
src/emmental/schedulers/sequential_scheduler.py | 82.92% <50.00%> (-6.27%) |
:arrow_down: |
src/emmental/data.py | 85.84% <68.96%> (+2.51%) |
:arrow_up: |
src/emmental/model.py | 80.60% <70.58%> (-1.98%) |
:arrow_down: |
src/emmental/learner.py | 68.97% <100.00%> (ø) |
Description of the problems or issues
Is your pull request related to a problem? Please describe. A clear and concise description of what the problem is.
Does your pull request fix any issue. Cite the issue id.
Description of the proposed changes
A clear and concise description of what you propose.
Test plan
A clear and concise description of how you test the new changes.
Checklist