[Bug]: Tests failing when trying to use the right logic for categoricals in Pandas #28637
Closed
1 of 15 tasks
Labels
bug
dataframe
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
P3
python
Milestone
What happened?
In #28623 I tried to update the categorical checks to the non-deprecated way dictated by pandas, but when I do I get failing tests. It makes
frames_test.py::DeferredFrameTest::test_categorical_groupby
fail forAssertionError: NonParallelOperation
not raised.Getting rid of the
nonparallel=True
option in those tests fails withIssue Priority
Priority: 2
Issue Components
The text was updated successfully, but these errors were encountered: