[pypy-issue] [issue982] micronumpy std()/var() patch

mikefc tracker at bugs.pypy.org
Wed Jan 4 22:47:21 CET 2012


New submission from mikefc <coolbutuseless at gmail.com>:

Find attached a patch (to default branch) to add var and std to micronumpy 
BaseArray.  
Two simple tests were added, and all the micronumpy module tests still pass.

Feedback is welcome. Not sure if there's a better way of nesting the method 
calls in 
descr_var() - currently I have to do the calculation a bit at a time and after 
each 
calculation assert that what I get back is actually a BaseArray.

----------
messages: 3641
nosy: mikefc, pypy-issue
priority: feature
status: unread
title: micronumpy std()/var() patch

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue982>
________________________________________


More information about the pypy-issue mailing list