We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a2ceb commit 1ae1cfdCopy full SHA for 1ae1cfd
tests/v3/test_array.py
@@ -4,7 +4,7 @@
4
import pytest
5
6
from zarr import Array, Group
7
-from zarr.core.buffer import NDBuffer
+from zarr.core.buffer.cpu import NDBuffer
8
from zarr.core.common import ZarrFormat
9
from zarr.errors import ContainsArrayError, ContainsGroupError
10
from zarr.store import LocalStore, MemoryStore
0 commit comments