New submission from lesshaste <[email protected]>: 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 <[email protected]> <https://bugs.pypy.org/issue1724> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
