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 80120b7 commit 717cae3Copy full SHA for 717cae3
pandas/tests/indexes/interval/test_astype.py
@@ -161,7 +161,6 @@ def test_subtype_integer(self, subtype):
161
@pytest.mark.parametrize("subtype", ["int64", "uint64"])
162
def test_subtype_integer_with_non_integer_borders(self, subtype):
163
index = interval_range(0.0, 3.0, freq=0.25)
164
-
165
dtype = IntervalDtype(subtype, "right")
166
result = index.astype(dtype)
167
expected = IntervalIndex.from_arrays(
0 commit comments