biolab / orange3-associate

🍊 :package: Frequent itemsets and association rules mining for Orange 3.
Other
65 stars 37 forks source link

[FIX] Frequent Itemsets: initialize data #18

Closed jerneju closed 7 years ago

jerneju commented 7 years ago
Issue

Widget fails if one clicks Find Itemsets or checkbox near that button is checked and self.data has not been declared yet.

Description of changes

self.data is now set to None in __init__.

Includes
jerneju commented 7 years ago

https://sentry.io/biolab/orange3/issues/401499929/

jerneju commented 7 years ago

https://sentry.io/biolab/orange3-associate/issues/405631518/