dask / dask-expr

BSD 3-Clause "New" or "Revised" License
79 stars 18 forks source link

Fix bug in ``Series`` reductions #1041

Closed rjzamora closed 2 months ago

rjzamora commented 2 months ago

After reducing a Series, we need to convert back from the temporary "__series__" name. This is currently breaking several tests in cugraph.

phofl commented 2 months ago

thx