Skip to content

Commit

Permalink
Fix: F999 dictionary key '2000q4' repeated with different values (#14198
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nparley authored and jreback committed Sep 10, 2016
1 parent 1e61aed commit 6c73e76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/tseries/tests/test_tslib.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ def test_parsers(self):
'00-Q4': datetime.datetime(2000, 10, 1),
'4Q-2000': datetime.datetime(2000, 10, 1),
'4Q-00': datetime.datetime(2000, 10, 1),
'2000q4': datetime.datetime(2000, 10, 1),
'00q4': datetime.datetime(2000, 10, 1),
'2005': datetime.datetime(2005, 1, 1),
'2005-11': datetime.datetime(2005, 11, 1),
Expand Down

0 comments on commit 6c73e76

Please sign in to comment.