You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the whole, it is too confusing to not get an object of the same type back. Better to just return a delayed SubsetDropDims if dimensions are to be dropped, or a corresponding lower-dimensional SparseNdarray. If users really want the raw NumPy vectors, they can always do to_dense_array().
On the whole, it is too confusing to not get an object of the same type back. Better to just return a delayed
SubsetDropDimsif dimensions are to be dropped, or a corresponding lower-dimensionalSparseNdarray. If users really want the raw NumPy vectors, they can always doto_dense_array().