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 02d7db3 commit 4b41426Copy full SHA for 4b41426
pandas/tests/test_daterange.py
@@ -214,7 +214,6 @@ def test_union_not_cacheable(self):
214
self.assert_(the_union.equals(expected))
215
216
def test_intersection(self):
217
- import ipdb; ipdb.set_trace()
218
rng = DateRange('1/1/2000', periods=50, offset=datetools.Minute())
219
rng1 = rng[10:]
220
rng2 = rng[:25]
0 commit comments