Skip to content

Commit 149d511

Browse files
committed
Added "# pragma: no cover" to the CuPyCPUCompressor test class
1 parent d40593b commit 149d511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zarr/tests/test_meta_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from zarr.storage import DirectoryStore, MemoryStore, Store, ZipStore
1414

1515

16-
class CuPyCPUCompressor(Codec):
16+
class CuPyCPUCompressor(Codec): # pragma: no cover
1717
"""CPU compressor for CuPy arrays
1818
1919
This compressor converts CuPy arrays host memory before compressing

0 commit comments

Comments
 (0)