issues
search
biolab
/
orange3-educational
🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
Other
27
stars
20
forks
source link
Fix failing tests
#159
Closed
PrimozGodec
closed
1 year ago
PrimozGodec
commented
1 year ago
Issues and Changes
Widgets are not PyQt6 compatible - fix PyQt compatibility
Some widgets still use
get_column_view
- use
get_column
instead
One test start to fail due to the difference in the 16th decimal number - use
assertAlmostEqual
instead of
assertEqual
Includes
[X] Code changes
[X] Tests
[ ] Documentation
Issues and Changes
get_column_view
- useget_column
insteadassertAlmostEqual
instead ofassertEqual
Includes