From cc91ca24220842c8e197ac76658d1fa46b01d750 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 25 Apr 2018 11:18:25 -0600 Subject: MAINT: `multiarray_tests` was renamed in master. Use the old name in the backport. --- numpy/core/tests/test_multiarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/core/tests/test_multiarray.py b/numpy/core/tests/test_multiarray.py index 44520d632..ab1f0e205 100644 --- a/numpy/core/tests/test_multiarray.py +++ b/numpy/core/tests/test_multiarray.py @@ -7284,7 +7284,7 @@ class TestWritebackIfCopy(TestCase): def test_view_discard_refcount(self): - from numpy.core._multiarray_tests import npy_create_writebackifcopy, npy_discard + from numpy.core.multiarray_tests import npy_create_writebackifcopy, npy_discard arr = np.arange(9).reshape(3, 3).T orig = arr.copy() -- cgit v1.2.1