Skip to content

Commit 19df340

Browse files
committed
Add comment
1 parent ca0b39b commit 19df340

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
@@ -88,6 +88,7 @@ def test_dup_labels_output_shape(groupby_func, idx):
8888

8989
def test_not_c_contiguous_mask(groupby_func):
9090
if groupby_func == "corrwith":
91+
# corrwith is deprecated
9192
return
9293
df = DataFrame({"a": [1, 1, 2], "b": [3, 4, 5]}, dtype="Int64")
9394
reversed = DataFrame(

0 commit comments

Comments
 (0)