rapidsai / node

GPU-accelerated data science and visualization in node
https://rapidsai.github.io/node/
Apache License 2.0
187 stars 20 forks source link

Add scope() to DataFrame.flatten #373

Closed bryevdv closed 2 years ago

bryevdv commented 2 years ago

Was seeing

cuDF failure at: /opt/rapids/node/.cache/source/cudf/0820b596e5c87006d5cc7553042c1927fe7132e3/cpp/src/column/column_view.cpp:55: Null data pointer.

until this was added to doNotDispose in the outer call to scope, which I suppose makes sense given the reduction involving columns of this, but is also slightly annoying.