Author: Romain Guillebert <[email protected]>
Branch:
Changeset: r64779:b11b29c91555
Date: 2013-06-04 17:50 +0200
http://bitbucket.org/pypy/pypy/changeset/b11b29c91555/
Log: Update test
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
@@ -1805,7 +1805,7 @@
from cPickle import loads, dumps
import numpypy as numpy
- a = numpy.arange(10.)[::2]
+ a = numpy.arange(10.).reshape((5, 2))[::2]
assert (loads(dumps(a)) == a).all()
class AppTestMultiDim(BaseNumpyAppTest):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit