[pypy-commit] pypy numpypy-axisops: add tests

2012-01-12 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r51294:5c5db1df52eb Date: 2012-01-13 00:05 +0200 http://bitbucket.org/pypy/pypy/changeset/5c5db1df52eb/ Log:add tests diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/module/m

[pypy-commit] pypy numpypy-axisops: add tests for numpypy.reduce

2011-12-27 Thread mattip
Author: mattip Branch: numpypy-axisops Changeset: r50912:e5b246bae93a Date: 2011-12-25 21:09 +0200 http://bitbucket.org/pypy/pypy/changeset/e5b246bae93a/ Log:add tests for numpypy.reduce diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py --- a/pypy