Skip to content

Commit 0749634

Browse files
added comment
1 parent 78f8370 commit 0749634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/indexes/test_setops.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def test_union_same_types(indices):
2929

3030

3131
def test_union_different_types(indices, indices2):
32+
# This test only considers combinations of indices
3233
# GH 23525
3334
idx1, idx2 = indices, indices2
3435
type_pair = tuple(sorted([type(idx1), type(idx2)], key=lambda x: str(x)))

0 commit comments

Comments
 (0)