Closed janezd closed 2 years ago
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.
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.
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