Skip to content

Commit e9d08c4

Browse files
committed
Merge branch '31920' of https://github.com/phofl/pandas into 31920
2 parents efd78d7 + a0eced5 commit e9d08c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_python_parser_only.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def test_decimal_and_exponential_erroneous(python_parser_only, thousands, value)
349349
"""
350350
)
351351
result = python_parser_only.read_csv(
352-
data, "\t", decimal=",", engine="python", thousands=thousands
352+
data, "\t", decimal=",", thousands=thousands
353353
)
354354
expected = DataFrame({"a": [1.1], "b": [value]})
355355
tm.assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)