diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/tests/test_longdouble.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_longdouble.py b/numpy/core/tests/test_longdouble.py index 13b78b930..0c363a8c3 100644 --- a/numpy/core/tests/test_longdouble.py +++ b/numpy/core/tests/test_longdouble.py @@ -52,7 +52,7 @@ def test_bytes(): @in_foreign_locale -def test_fromstring_foreign(): +def test_fromstring_foreign_repr(): f = 1.234 a = np.fromstring(repr(f), dtype=float, sep=" ") assert_equal(a[0], f) |