Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Follow recommendation on the interaction with numpy.ndarray in binary…
… ops
  • Loading branch information
antonwolfy committed Jan 20, 2025
commit e200dc3f2b04c654edc43fb72e47ab566df22cf9
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