Skip to content

Commit c75fa5b

Browse files
vtavanavahid.tavanashad
authored andcommitted
add __str__
1 parent 204966a commit c75fa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def __str__(self):
292292
293293
"""
294294

295-
return str(self.asnumpy())
295+
return self._array_obj.__str__()
296296

297297
def __repr__(self):
298298
return self._array_obj.__repr__()

0 commit comments

Comments
 (0)