Skip to content

Commit e200dc3

Browse files
committed
Follow recommendation on the interaction with numpy.ndarray in binary ops
1 parent 807179a commit e200dc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ def __and__(self, other):
192192
# '__array_prepare__',
193193
# '__array_priority__',
194194
# '__array_struct__',
195-
# '__array_ufunc__',
195+
196+
__array_ufunc__ = None
197+
196198
# '__array_wrap__',
197199

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

0 commit comments

Comments
 (0)