We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a629229 commit c29ef6dCopy full SHA for c29ef6d
python/xorbits/_mars/tensor/core.py
@@ -43,7 +43,7 @@
43
TupleField,
44
)
45
from ..utils import on_deserialize_shape, on_serialize_shape
46
-from .utils import fetch_corner_data, get_chunk_slices
+from .utils import get_chunk_slices
47
48
logger = logging.getLogger(__name__)
49
python/xorbits/_mars/tensor/tests/test_utils.py
@@ -18,7 +18,7 @@
18
19
from ... import tensor as mt
20
from ...lib.mmh3 import hash_from_buffer as mmh3_hash_from_buffer
21
-from ..utils import fetch_corner_data, hash_on_axis, normalize_axis_tuple
+from ..utils import hash_on_axis, normalize_axis_tuple
22
23
24
def test_hash_on_axis():
0 commit comments