Skip to content

Commit e7db317

Browse files
committed
1 parent d810f8d commit e7db317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/indexes/test_index_float.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def test_constructor_dtype(
8989
assert_type(pd.Index([1.0], dtype="float64[pyarrow]"), "pd.Index[float]")
9090
assert_type(pd.Index([1.0], dtype="double[pyarrow]"), "pd.Index[float]")
9191

92+
# TODO: pandas-dev/pandas-stubs#1501
9293
# if TYPE_CHECKING_INVALID_USAGE:
9394
# # numpy float16
9495
# pd.Index([1.0], dtype=np.half)

0 commit comments

Comments
 (0)