Skip to content

Commit c0f0150

Browse files
committed
add no_op to test
Signed-off-by: mwlon <m.w.loncaric@gmail.com>
1 parent 3fc1648 commit c0f0150

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

numcodecs/tests/test_pcodec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
PCodec(delta_encoding_order=2),
2626
PCodec(delta_spec="try_lookback"),
2727
PCodec(delta_spec="none"),
28+
PCodec(delta_spec="no_op"),
2829
PCodec(delta_spec="try_consecutive", delta_encoding_order=1),
2930
]
3031

0 commit comments

Comments
 (0)