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 8f435ed commit 4d7c9e2Copy full SHA for 4d7c9e2
pandas/tests/indexes/timedeltas/test_construction.py
@@ -18,7 +18,7 @@ def test_verify_integrity_deprecated(self):
18
def test_range_kwargs_deprecated(self):
19
# GH#23919
20
with tm.assert_produces_warning(FutureWarning):
21
- timedelta_range(start='1 Day', end='3 Days', freq='D')
+ TimedeltaIndex(start='1 Day', end='3 Days', freq='D')
22
23
def test_int64_nocopy(self):
24
# GH#23539 check that a copy isn't made when we pass int64 data
0 commit comments