Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo fixup
  • Loading branch information
jbrockmendel committed Oct 29, 2017
commit ac246b1bb33dcc0bf443680ad3c526fc0cbbd9df
2 changes: 1 addition & 1 deletion pandas/tests/indexes/timedeltas/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ def test_timedeltaindex_add_timestamp_nat_masking(self):
tsneg = Timestamp('1950-01-01')
ts_neg_variants = [tsneg,
tsneg.to_datetime(),
tsneg.to_datetime64().astype('datetime64[ns]')
tsneg.to_datetime64().astype('datetime64[ns]'),
tsneg.to_datetime64().astype('datetime64[D]')]

tspos = Timestamp('1980-01-01')
Expand Down