import numpy as np from numpy.testing import assert_array_equal import pytest from numcodecs.delta import Delta from numcodecs.tests.common import (check_encode_decode, check_config, check_repr, check_backwards_compatibility) # mix of dtypes: integer, float # mix of shapes: 1D, 2D, 3D # mix of orders: C, F arrays = [ np.arange(1000, dtype='