Closed stuarteberg closed 5 years ago
is this already fixed with https://github.com/svenpeter42/fastfilters/commit/796a1550d5240a01337216ba044c64d8cbe02bb0 in the devel branch?
Ah, it appears so. I didn't notice that. I'm confused about why github isn't showing me the correct diff here... I must be missing something.
Apparently
vigra.AxisInfo('c')
will produce an axis tag withUnknownAxisType
. The correct axis type isChannels
.If the type is not correct, then
res.withAxes(...)
raises an error:cc @ilastik