[BUG] Seg Fault when indexing with pandas series
seyuboglu opened this issue · 0 comments
seyuboglu commented
When indexing the CIFAR10 datapanel with:
import meerkat as mk
dp = mk.datasets.get("cifar10")
dp.lz[dp["split"].data == "train"]
I get a seg fault.
Note this does not occur if I do
dp.lz[dp["split"].data == "train"]