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.
2 parents f6ba5c4 + 9ba15a7 commit d17f1e9Copy full SHA for d17f1e9
pandas/tseries/tests/test_tslib.py
@@ -98,7 +98,7 @@ def test_tz(self):
98
self.assertEqual(conv.hour, 19)
99
100
def test_barely_oob_dts(self):
101
- one_us = np.timedelta64(1)
+ one_us = np.timedelta64(1).astype('timedelta64[us]')
102
103
# By definition we can't go out of bounds in [ns], so we
104
# convert the datetime64s to [us] so we can go out of bounds
0 commit comments