Skip to content

Commit cab71cc

Browse files
committed
comment
1 parent c74682e commit cab71cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/methods/test_rank.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ def test_rank_tie_methods(
280280
if (
281281
dtype == "int64"
282282
or (
283+
# TODO: these can work but need to update ser construction.
283284
dtype in ["int64[pyarrow]", "uint64[pyarrow]", "Int64"]
284285
and not using_nan_is_na
285286
)

0 commit comments

Comments
 (0)