Author: Vincent Legoll <vincent.leg...@idgrilles.fr>
Branch: fix-1674
Changeset: r81467:83a721471393
Date: 2015-12-19 11:45 +0100
http://bitbucket.org/pypy/pypy/changeset/83a721471393/

Log:    Explain test

diff --git a/pypy/module/micronumpy/test/test_ndarray.py 
b/pypy/module/micronumpy/test/test_ndarray.py
--- a/pypy/module/micronumpy/test/test_ndarray.py
+++ b/pypy/module/micronumpy/test/test_ndarray.py
@@ -3252,6 +3252,7 @@
         assert array(x, copy=True) is not x
 
     def test_issue_1674(self):
+        # Mask indexing does not work with a second dimension
         from numpy import arange
         data = arange(15).reshape(3, 5) * 1.0
         # array([[  0.,   1.,   2.,   3.,   4.],
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to