diff options
-rw-r--r-- | numpy/core/tests/test_multiarray.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |