summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-04-25 11:18:25 -0600
committerGitHub <noreply@github.com>2018-04-25 11:18:25 -0600
commitcc91ca24220842c8e197ac76658d1fa46b01d750 (patch)
tree1f2cf98638f809b315e0014f03eef91a3e445bbd
parent30309b679c848252899697c1e28ad7bb39bcc113 (diff)
downloadnumpy-backport_10824.tar.gz
MAINT: `multiarray_tests` was renamed in master.backport_10824
Use the old name in the backport.
-rw-r--r--numpy/core/tests/test_multiarray.py2
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()