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
N/A, Modin seems to compute .groupby().size() correctly but due to pandas bug I had to disable related tests. Need to enable it back when moving to pandas where that bug is fixed.
Thanks @vnlitvinov. This issue is blocked on pandas releasing a point release that fixes the regression. We can fix this once pandas has released version 1.5.1 or higher.
Modin version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest released version of Modin.
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Issue Description
Pandas bug: pandas-dev/pandas#48738
Expected Behavior
Tests should be run.
Error Logs
N/A, Modin seems to compute
.groupby().size()
correctly but due to pandas bug I had to disable related tests. Need to enable it back when moving to pandas where that bug is fixed.Installed Versions
python -m modin --versions
The text was updated successfully, but these errors were encountered: