[pypy-issue] [issue1724] numpy: numpy.random.binomial fails

lesshaste tracker at bugs.pypy.org
Mon Mar 31 16:30:17 CEST 2014


New submission from lesshaste <drraph at gmail.com>:

Using Mar 15 2014 daily snapshot.

>>>> import numpy as np
>>>> n=10
>>>> v = np.random.binomial(n,1/4,n)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'NoneType' object is not callable

----------
messages: 6672
nosy: lesshaste, pypy-issue
priority: bug
release: 2.2
status: unread
title: numpy: numpy.random.binomial fails

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


More information about the pypy-issue mailing list