From 8e0996b054dbe5e9c9e8c0e13379bcfc7e6824f0 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Wed, 12 Feb 2025 13:12:25 +0100 Subject: [PATCH] Remove tostring from a list of methods which have to be implemented --- doc/reference/ndarray.rst | 1 - dpnp/dpnp_array.py | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/reference/ndarray.rst b/doc/reference/ndarray.rst index 7981e47cc791..d0589165713b 100644 --- a/doc/reference/ndarray.rst +++ b/doc/reference/ndarray.rst @@ -134,7 +134,6 @@ Array conversion dpnp.ndarray.item dpnp.ndarray.tolist - dpnp.ndarray.tostring dpnp.ndarray.tobytes dpnp.ndarray.tofile dpnp.ndarray.dump diff --git a/dpnp/dpnp_array.py b/dpnp/dpnp_array.py index 5e6acae9467a..44f67ea77eab 100644 --- a/dpnp/dpnp_array.py +++ b/dpnp/dpnp_array.py @@ -1860,7 +1860,6 @@ def to_device(self, device, /, *, stream=None): # 'tobytes', # 'tofile', # 'tolist', - # 'tostring', def trace(self, offset=0, axis1=0, axis2=1, dtype=None, out=None): """