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 92f0a26 commit cb2a8aeCopy full SHA for cb2a8ae
numcodecs/tests/test_fixedscaleoffset.py
@@ -37,7 +37,7 @@ def test_encode_decode():
37
38
39
@pytest.mark.parametrize(
40
- "offset, scale, expected",
+ ("offset", "scale", "expected"),
41
[
42
(1000, 10, [0, 6, 11, 17, 22, 28, 33, 39, 44, 50]),
43
(1002.5, 10, [-25, -19, -14, -8, -3, 3, 8, 14, 19, 25]),
0 commit comments