Author: mattip <[email protected]>
Branch: str-dtype-improvement
Changeset: r62347:28560d094490
Date: 2013-03-14 12:22 -0700
http://bitbucket.org/pypy/pypy/changeset/28560d094490/

Log:    comment why one test passes and the other not

diff --git a/pypy/module/micronumpy/test/test_numarray.py 
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/module/micronumpy/test/test_numarray.py
+++ b/pypy/module/micronumpy/test/test_numarray.py
@@ -1646,6 +1646,7 @@
 
         a = array('x').astype('S3').dtype
         assert a.itemsize == 3
+        # scalar vs. array
         try:
             a = array([1, 2, 3.14156]).astype('S3').dtype
             assert a.itemsize == 3
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to