Implementation of 1-arg numpy.where()

Issue #41 resolved
Brian Reihnard created an issue

Calling numpy.where() with only one argument raises an NotImplementedError:

np.where(x>1) Traceback (most recent call last): File "<stdin>", line 1, in <module> NotImplementedError: 1-arg where unsupported right now

Comments (1)

  1. Log in to comment