biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

ImageGrid: subset matches on attrs not metas #164

Closed ajdapretnar closed 4 years ago

ajdapretnar commented 4 years ago
Issue

Subset in ImageGrid for some reason matched on metas, so subsets from Confusion Matrix didn't work.

Description of changes

Subset now checks attributes.

Includes
codecov[bot] commented 4 years ago

Codecov Report

Merging #164 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #164   +/-   ##
=======================================
  Coverage   61.65%   61.65%           
=======================================
  Files          13       13           
  Lines        3234     3234           
  Branches      481      481           
=======================================
  Hits         1994     1994           
  Misses       1116     1116           
  Partials      124      124
ajdapretnar commented 4 years ago

@PrimozGodec Please check this is ok.

PrimozGodec commented 4 years ago

Closing via #165