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 8499ab2 commit 78f747fCopy full SHA for 78f747f
pandas/tests/frame/methods/test_at_time.py
@@ -136,7 +136,7 @@ def test_at_time_datetimeindex(self):
136
137
def test_at_time_ambiguous_format_deprecation(self):
138
# GH#50839
139
- rng = date_range("1/1/2000", "1/5/2000", freq="5min")
+ rng = date_range("1/1/2000", "1/5/2000", freq="125min")
140
ts = DataFrame(list(range(len(rng))), index=rng)
141
142
msg1 = "The string '.*' cannot be parsed"
0 commit comments