We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d810f8d commit e7db317Copy full SHA for e7db317
tests/indexes/test_index_float.py
@@ -89,6 +89,7 @@ def test_constructor_dtype(
89
assert_type(pd.Index([1.0], dtype="float64[pyarrow]"), "pd.Index[float]")
90
assert_type(pd.Index([1.0], dtype="double[pyarrow]"), "pd.Index[float]")
91
92
+ # TODO: pandas-dev/pandas-stubs#1501
93
# if TYPE_CHECKING_INVALID_USAGE:
94
# # numpy float16
95
# pd.Index([1.0], dtype=np.half)
0 commit comments