Skip to content

Commit a0eced5

Browse files
phoflgfyoung
andauthored
Update pandas/tests/io/parser/test_python_parser_only.py
Co-authored-by: gfyoung <[email protected]>
1 parent d8d94af commit a0eced5

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
@@ -358,7 +358,7 @@ def test_decimal_and_exponential_erroneous(python_parser_only, thousands, value)
358358
"""
359359
)
360360
result = python_parser_only.read_csv(
361-
data, "\t", decimal=",", engine="python", thousands=thousands
361+
data, "\t", decimal=",", thousands=thousands
362362
)
363363
expected = DataFrame({"a": [1.1], "b": [value]})
364364
tm.assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)