Closed janezd closed 5 years ago
@janezd Can you just rebase this PR that tests will pass.
Merging #62 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #62 +/- ##
=======================================
Coverage 79.21% 79.21%
=======================================
Files 17 17
Lines 2271 2271
Branches 278 278
=======================================
Hits 1799 1799
Misses 441 441
Partials 31 31
Impacted Files | Coverage Δ | |
---|---|---|
.../educational/widgets/owpolynomialclassification.py | 98.32% <ø> (ø) |
:arrow_up: |
...gecontrib/educational/widgets/owgradientdescent.py | 97.02% <ø> (ø) |
:arrow_up: |
...trib/educational/widgets/owpolynomialregression.py | 96.56% <100%> (ø) |
:arrow_up: |
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 87faaed...af9aa41. Read the comment docs.
Setting the number of decimals to 7 is no longer necessary: after https://github.com/biolab/orange3/pull/3574, values are printed with
%g
by default.