We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc6b1d commit cb8ac5eCopy full SHA for cb8ac5e
pandas/tests/groupby/test_raises.py
@@ -671,7 +671,7 @@ def test_groupby_raises_category_on_category(
671
"nunique": (None, ""),
672
"pct_change": (TypeError, "unsupported operand type"),
673
"prod": (TypeError, "category type does not support prod operations"),
674
- "quantile": (TypeError, ""),
+ "quantile": (TypeError, "No matching signature found"),
675
"rank": (None, ""),
676
"sem": (
677
TypeError,
0 commit comments