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

FIX: OWImageEmbedding outputs Corpus when Corpus on the input #116

Closed PrimozGodec closed 6 years ago

PrimozGodec commented 6 years ago
Issue

OWImageEmbedding does not output Corpus when Corpus on the input

Description of changes

OWImageEmbedding fixed that outputs Corpus when Corpus on the input. Fix https://github.com/biolab/orange3-imageanalytics/issues/112

Includes
codecov-io commented 6 years ago

Codecov Report

Merging #116 into master will increase coverage by 4.48%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
+ Coverage   71.56%   76.04%   +4.48%     
==========================================
  Files           5        5              
  Lines         531      526       -5     
  Branches       85       84       -1     
==========================================
+ Hits          380      400      +20     
+ Misses        123       98      -25     
  Partials       28       28
PrimozGodec commented 6 years ago

@ajdapretnar I fixed the error. It is possible to connect the embedders with the Corpus viewer now.

ajdapretnar commented 6 years ago

🙌