Skip to content

Commit

Permalink
fix test_empty_decimal_marker comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilo Cota committed May 16, 2016
1 parent f71509d commit d821052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/io/tests/parser/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def test_empty_decimal_marker(self):
1|2,334|5
10|13|10.
"""
# C parser: supports only length-1 decimals
# Python parser: 'decimal' not supported yet
# Parsers support only length-1 decimals
self.assertRaises(ValueError, self.read_csv,
StringIO(data), decimal='')

Expand Down

0 comments on commit d821052

Please sign in to comment.