Closed aarmey closed 3 years ago
Merging #502 (cc292c7) into sklearn-gmm (53890ff) will decrease coverage by
2.85%
. The diff coverage is100.00%
.:exclamation: Current head cc292c7 differs from pull request most recent head e560c67. Consider uploading reports for the commit e560c67 to get more accurate results
@@ Coverage Diff @@
## sklearn-gmm #502 +/- ##
===============================================
- Coverage 40.70% 37.85% -2.86%
===============================================
Files 17 16 -1
Lines 1410 1342 -68
===============================================
- Hits 574 508 -66
+ Misses 836 834 -2
Flag | Coverage Δ | |
---|---|---|
unittests | 37.85% <100.00%> (-2.86%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
msresist/clustering.py | 39.88% <100.00%> (-0.36%) |
:arrow_down: |
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 53890ff...e560c67. Read the comment docs.
Updated ComputeModelError
. Think this should do the job.
Thanks.
@mcreixell please put your new version of
ComputeModelError()
here.