Skip to content

Commit cb62419

Browse files
committed
update test
1 parent 4f06b80 commit cb62419

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: pandas/tests/reshape/test_cut.py

-4
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,6 @@ def test_datetime_cut(unit, box):
468468
data = box(data)
469469
result, _ = cut(data, 3, retbins=True)
470470

471-
if box is list:
472-
# We don't (yet) do inference on these, so get nanos
473-
unit = "ns"
474-
475471
if unit == "s":
476472
# TODO: should we round to 7 seconds or 8?
477473
left = DatetimeIndex(

0 commit comments

Comments
 (0)