biolab / orange3-associate

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

OWAssociate: handle empty data after filtering #39

Closed ajdapretnar closed 3 years ago

ajdapretnar commented 3 years ago
Issue

Fixes #38.

Description of changes

Return None when filtering yields no results. Test filtering.

Includes
codecov-io commented 3 years ago

Codecov Report

Merging #39 (497611d) into master (01f2b3d) will increase coverage by 1.81%. The diff coverage is 97.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   48.39%   50.20%   +1.81%     
==========================================
  Files           5        5              
  Lines         715      739      +24     
==========================================
+ Hits          346      371      +25     
+ Misses        369      368       -1     
Impacted Files Coverage Δ
orangecontrib/associate/widgets/owassociate.py 88.44% <97.95%> (+1.35%) :arrow_up:

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 01f2b3d...497611d. Read the comment docs.