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 19df340 commit ad96dd3Copy full SHA for ad96dd3
pandas/tests/groupby/test_all_methods.py
@@ -87,6 +87,7 @@ def test_dup_labels_output_shape(groupby_func, idx):
87
88
89
def test_not_c_contiguous_mask(groupby_func):
90
+ # https://github.com/pandas-dev/pandas/issues/61031
91
if groupby_func == "corrwith":
92
# corrwith is deprecated
93
return
0 commit comments