[pypy-commit] pypy numpy-fixes: a branch to fix numpy test suite failures with "Arrays are not equal" message

mattip noreply at buildbot.pypy.org
Fri Apr 24 16:31:44 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: numpy-fixes
Changeset: r76926:6981237fb078
Date: 2015-04-24 17:03 +0300
http://bitbucket.org/pypy/pypy/changeset/6981237fb078/

Log:	a branch to fix numpy test suite failures with "Arrays are not
	equal" message

diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py
--- a/pypy/module/micronumpy/concrete.py
+++ b/pypy/module/micronumpy/concrete.py
@@ -323,7 +323,7 @@
 
     def __exit__(self, typ, value, traceback):
         keepalive_until_here(self)
-        
+
     def get_buffer(self, space, readonly):
         return ArrayBuffer(self, readonly)
 


More information about the pypy-commit mailing list