From 1393a575c58f1ba86b1684ba9677ad134d057a93 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 1 Jul 2015 13:18:22 -0600 Subject: DOC: Remove references to removed setasflat ndarray method. --- numpy/matrixlib/tests/test_defmatrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/matrixlib/tests') diff --git a/numpy/matrixlib/tests/test_defmatrix.py b/numpy/matrixlib/tests/test_defmatrix.py index 166f68862..c7645d1e0 100644 --- a/numpy/matrixlib/tests/test_defmatrix.py +++ b/numpy/matrixlib/tests/test_defmatrix.py @@ -287,7 +287,7 @@ class TestMatrixReturn(TestCase): 'partition', 'argpartition', 'take', 'tofile', 'tolist', 'tostring', 'tobytes', 'all', 'any', 'sum', 'argmax', 'argmin', 'min', 'max', 'mean', 'var', 'ptp', - 'prod', 'std', 'ctypes', 'itemset', 'setasflat' + 'prod', 'std', 'ctypes', 'itemset', ] for attrib in dir(a): if attrib.startswith('_') or attrib in excluded_methods: -- cgit v1.2.1