diff options
author | Ben Walsh <b@wumpster.com> | 2012-06-30 09:57:01 +0100 |
---|---|---|
committer | Ben Walsh <b@wumpster.com> | 2012-06-30 09:57:01 +0100 |
commit | d2c8843f0ec8a3b2f81b062b346a94ed5331d4a3 (patch) | |
tree | 5ea0a297736f5dcbf767218b42f2344c5b474a3c /numpy | |
parent | 4f03448ba0cec054fdad0889d137e5dd80e240d8 (diff) | |
download | numpy-d2c8843f0ec8a3b2f81b062b346a94ed5331d4a3.tar.gz |
Removed misleading comment.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/tests/test_multiarray_assignment.py | 2 |
1 files changed, 0 insertions, 2 deletions
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.""" |