Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import numpy as np
import pytest

# skip test if numcodecs.zarr3 cannot be imported
pytest.importorskip("numcodecs.zarr3")
from numcodecs.zarr3 import Delta
from omfiles._zarr3 import PforCodec, PforSerializer
from zarr import create_array
from zarr.abc.store import Store
Expand Down