biolab / orange3-educational

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

Disable table locking until Orange 3.31 #126

Closed janezd closed 3 years ago

janezd commented 3 years ago
Issue

Until https://github.com/biolab/orange3/pull/5381 is released, add-ons can neither support unlocking (because released versions do not support it) nor pass the test (because latest version requires unlocking). Thus add-ons will have to disable locking at first, and use unlocking when available-

Description of changes

Disable Table.LOCKING.

Includes
codecov-commenter commented 3 years ago

Codecov Report

Merging #126 (6b98fb5) into master (4022308) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #126   +/-   ##
=======================================
  Coverage   82.91%   82.91%           
=======================================
  Files          17       17           
  Lines        3014     3014           
  Branches      352      352           
=======================================
  Hits         2499     2499           
  Misses        461      461           
  Partials       54       54           

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 4022308...6b98fb5. Read the comment docs.