biolab / orange3-educational

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

Fixes for table locking #125

Closed janezd closed 2 years ago

janezd commented 3 years ago
Issue

Orange now locks tables (in tests), thus the tests (and code) need to be fixed or locking disabled; preferrably the former.

Requires Orange3.31 with support for table locking.

Description of changes

Tests are fixed.

The code for k-means contained an actual bug: the output table included an array, which was subsequently changed by the module used in the widget.

Includes