From d2c8843f0ec8a3b2f81b062b346a94ed5331d4a3 Mon Sep 17 00:00:00 2001 From: Ben Walsh Date: Sat, 30 Jun 2012 09:57:01 +0100 Subject: Removed misleading comment. --- numpy/core/tests/test_multiarray_assignment.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy') diff --git a/numpy/core/tests/test_multiarray_assignment.py b/numpy/core/tests/test_multiarray_assignment.py index 43f586db1..29ddcf906 100644 --- a/numpy/core/tests/test_multiarray_assignment.py +++ b/numpy/core/tests/test_multiarray_assignment.py @@ -66,8 +66,6 @@ def _check_assignment(srcidx, dstidx): assert np.all(arr == cpy), 'assigning arr[%s] = arr[%s]' % (dstidx, srcidx) -# nose doesn't expect methods to be generators but functions can be, -# so we use a function not a Test class here. def test_overlapping_assignments(): """Test automatically generated assignments which overlap in memory.""" -- cgit v1.2.1