From 156964d151cf267ed2e032e21af6492143c6c13e Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Mon, 10 Jan 2022 13:02:23 -0800 Subject: rm incorrect comment. --- numpy/lib/tests/test_io.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/tests') diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py index e218ba657..7cc1b7ede 100644 --- a/numpy/lib/tests/test_io.py +++ b/numpy/lib/tests/test_io.py @@ -3158,7 +3158,6 @@ def test_loadtxt_quoted_field(q): [("alpha, x", 2.5), ("beta, y", 4.5), ("gamma, z", 5.0)], dtype=dtype ) - # Test quote param default res = np.loadtxt(txt, dtype=dtype, delimiter=",", quotechar=q) assert_array_equal(res, expected) -- cgit v1.2.1