Open MarcSkovMadsen opened 1 year ago
The issue seems to be here
element.interface
is of type holoviews.core.data.ibis.IbisInterface
which is not in column_interfaces
.
I can see that if I add a workaround for this issue then another issue just pops up. To me it seems the ibis interface has never been thoroughly tested (with decimate). So please make the example work, not just the first issue encountered. Thanks.
I'm on the current master branch of HoloViews. I get an error when I try to use
decimate
with anibis
table.