Skip to content

Commit 6b8d139

Browse files
Clean up changes
1 parent 85252f4 commit 6b8d139

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

numcodecs/tests/test_checksum32.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
np.random.randint(-(2**63), -(2**63) + 20, size=1000, dtype='i8').view('m8[m]'),
4040
]
4141

42-
# Initialize base codecs
4342
codecs = [
4443
CRC32(),
4544
CRC32(location="end"),

numcodecs/tests/test_zarr3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import numpy as np
66
import pytest
77

8-
import numcodecs.zarr3
98
from numcodecs.tests.common import is_wasm
109

1110
if TYPE_CHECKING: # pragma: no cover
@@ -16,6 +15,8 @@
1615
import zarr.storage
1716
from zarr.core.common import JSON
1817

18+
import numcodecs.zarr3
19+
1920
pytestmark = [
2021
pytest.mark.skipif(zarr.__version__ < "3.0.0", reason="zarr 3.0.0 or later is required"),
2122
pytest.mark.filterwarnings("ignore:Codec 'numcodecs.*' not configured in config.*:UserWarning"),

tools/ci/patches/0002-add-missing-unistd-headers.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ index aa767fb..a87676f 100644
4848
+#include <unistd.h>
4949
#include "gzguts.h"
5050

51-
/* Local functions */
51+
/* Local functions */

0 commit comments

Comments
 (0)