Skip to content

Commit 2e09000

Browse files
committed
revert commented-out
1 parent 21d10cb commit 2e09000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/io/parser/usecols/test_parse_dates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_usecols_with_parse_dates2(all_parsers):
5858
Timestamp("2008-02-07 10:00"),
5959
],
6060
name="date",
61-
) # .as_unit("ns")
61+
)
6262
cols = {"values": [1032.43, 1042.54, 1051.65]}
6363
expected = DataFrame(cols, index=index)
6464

@@ -83,7 +83,7 @@ def test_usecols_with_parse_dates3(all_parsers):
8383
parse_dates = [0]
8484

8585
cols = {
86-
"a": Timestamp("2016-09-21"), # .as_unit("ns"),
86+
"a": Timestamp("2016-09-21").as_unit("ns"),
8787
"b": [1],
8888
"c": [1],
8989
"d": [2],

0 commit comments

Comments
 (0)