lazyflow icon indicating copy to clipboard operation
lazyflow copied to clipboard

SubRegion roi assumes Array-like slot type

Open bekaus opened this issue 12 years ago • 1 comments

Inside the init of SubRegion it is assumed, that the slot is ArrayLike. This is in general a wrong assumption since non array-like slot can also have SubRegion rois. Breaks the slot typing system.

bekaus avatar Aug 06 '12 13:08 bekaus

i would argue that types of regions of interests should always be coupled to slot types.

in any case, this should be done more explicitly.

cstraehl avatar Apr 09 '13 08:04 cstraehl