Closed jerneju closed 6 years ago
Merging #50 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #50 +/- ##
==========================================
+ Coverage 91.27% 91.28% +<.01%
==========================================
Files 14 14
Lines 1788 1790 +2
Branches 215 216 +1
==========================================
+ Hits 1632 1634 +2
Misses 121 121
Partials 35 35
Impacted Files | Coverage Ξ | |
---|---|---|
.../educational/widgets/owpolynomialclassification.py | 98.32% <100%> (+0.01%) |
: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 cb4ef13...949cc64. Read the comment docs.
Looks good, thank you @jerneju.
Issue
Put Polynomial Classification on canvas. Click checkbox Show contours. The widget crashes.
Description of changes
Do not try to draw contours if there is no data.
Includes