biolab / orange3-educational

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

Fix enka to not use time.clock anymore #103

Closed PrimozGodec closed 3 years ago

PrimozGodec commented 3 years ago
Issue

Enka still uses time.clock which was deprecated in Python 3.3 and is removed in Python 3.8.

Description of changes

Replace with perf_counter

Includes
codecov-io commented 3 years ago

Codecov Report

Merging #103 (4fc72fe) into master (5a2ff81) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   87.73%   87.73%           
=======================================
  Files          19       19           
  Lines        2633     2633           
  Branches      316      316           
=======================================
  Hits         2310     2310           
  Misses        293      293           
  Partials       30       30           
Impacted Files Coverage Δ
orangecontrib/educational/widgets/ow1ka.py 47.11% <0.00%> (ø)

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 5a2ff81...4fc72fe. Read the comment docs.