knime-ip / knip

KNIME Image Processing Extension
https://www.knime.com/community/image-processing
49 stars 11 forks source link

SliceLoopEnd: NullPointer when encountering unexpected columns #493

Open gab1one opened 6 years ago

gab1one commented 6 years ago

When the Slice Loop End node encounters a column that is not sliced (e.g. it was created within the loop) it fails with a NullpointerExeption, this is not informative for users and should be changed. See the attached workflow: SliceLoopFail.zip

In general, the matching of columns back to the input is too primitive (if for example the order of columns changes within the loop, it will result in unexpected results).