Skip to content

Commit

Permalink
Follow recommendation on the interaction with numpy.ndarray in binary…
Browse files Browse the repository at this point in the history
… ops
  • Loading branch information
antonwolfy committed Jan 20, 2025
1 parent 9ad1bb5 commit 87624db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dpnp/dpnp_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ def __and__(self, other):
# '__array_prepare__',
# '__array_priority__',
# '__array_struct__',
# '__array_ufunc__',

__array_ufunc__ = None

# '__array_wrap__',

def __array_namespace__(self, /, *, api_version=None):
Expand Down

0 comments on commit 87624db

Please sign in to comment.