Skip to content

Commit ad96dd3

Browse files
authored
GH#
1 parent 19df340 commit ad96dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/groupby/test_all_methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def test_dup_labels_output_shape(groupby_func, idx):
8787

8888

8989
def test_not_c_contiguous_mask(groupby_func):
90+
# https://github.com/pandas-dev/pandas/issues/61031
9091
if groupby_func == "corrwith":
9192
# corrwith is deprecated
9293
return

0 commit comments

Comments
 (0)