New submission from lesshaste <[email protected]>: March 15 daily snapshot
import numpy as np np.random.choice([-1,0,0,1], size = 10) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'choice' ---------- messages: 6675 nosy: lesshaste, pypy-issue priority: bug status: unread title: numpy: numpy.random.choice not implemented ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1727> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
