We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f8370 commit 0749634Copy full SHA for 0749634
pandas/tests/indexes/test_setops.py
@@ -29,6 +29,7 @@ def test_union_same_types(indices):
29
30
31
def test_union_different_types(indices, indices2):
32
+ # This test only considers combinations of indices
33
# GH 23525
34
idx1, idx2 = indices, indices2
35
type_pair = tuple(sorted([type(idx1), type(idx2)], key=lambda x: str(x)))
0 commit comments