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

Image Grid should check whether a data subset match #166

Closed PrimozGodec closed 4 years ago

PrimozGodec commented 4 years ago
Expected behavior

Image Grid should correctly check whether data in the subset match to those in a dataset. I suggest checking whether the image name is the same in the subset.

Actual behavior

The wrong condition was removed in #164.

ajdapretnar commented 4 years ago

Fixed via #165.

PrimozGodec commented 4 years ago

This one is not fixed yet. The better condition still needs to be implemented. :)