Author: mattip <[email protected]>
Branch: numpypy-complex2
Changeset: r57713:47e3d7309b1b
Date: 2012-10-01 23:44 +0200
http://bitbucket.org/pypy/pypy/changeset/47e3d7309b1b/

Log:    comment out complex64 math tests 'for now'

diff --git a/pypy/module/micronumpy/test/test_complex.py 
b/pypy/module/micronumpy/test/test_complex.py
--- a/pypy/module/micronumpy/test/test_complex.py
+++ b/pypy/module/micronumpy/test/test_complex.py
@@ -547,7 +547,7 @@
                           )
         for complex_, abs_err, testcases in (\
                  (np.complex128, 5e-323, self.testcases128),
-                 (np.complex64,  5e-32,  self.testcases64), 
+                 # (np.complex64,  5e-32,  self.testcases64), 
                 ):
             for id, fn, ar, ai, er, ei, flags in parse_testfile(testcases):
                 arg = complex_(complex(ar, ai))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to