biolab / orange3-educational

🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
Other
27 stars 20 forks source link

Remove setting the number of decimals in ContinuousVariable #62

Closed janezd closed 5 years ago

janezd commented 5 years ago

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.

PrimozGodec commented 5 years ago

@janezd Can you just rebase this PR that tests will pass.

codecov-io commented 5 years ago

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           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.