[pypy-issue] [issue913] Reduce-like *functions* for micronumpy missing, e.g. numpy.dot

Valery tracker at bugs.pypy.org
Tue Oct 2 11:53:10 CEST 2012


Valery <khamenya at gmail.com> added the comment:

only "vdot" remains not implemented now (see below). Should be an easy fix. Also, it is 
funny that reference numpy calls showed the error for np.max() and np.min()  ;-)

>>>> np.vdot(np.ones(5), np.ones(5))
Traceback (most recent call last):
  File "<console>", line 1, in <module>
AttributeError: 'module' object has no attribute 'vdot'

----------
assignedto:  -> fijal
nosy: +fijal, vak
release: 1.6 -> 2.0

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


More information about the pypy-issue mailing list