diff --git a/crates/numcodecs-python/LICENSE b/crates/numcodecs-python/LICENSE new file mode 120000 index 00000000..30cff740 --- /dev/null +++ b/crates/numcodecs-python/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/crates/numcodecs-python/src/lib.rs b/crates/numcodecs-python/src/lib.rs index 3ddceaa1..4ef28a9e 100644 --- a/crates/numcodecs-python/src/lib.rs +++ b/crates/numcodecs-python/src/lib.rs @@ -326,7 +326,7 @@ mod tests { let encoded: Vec = encoded.extract()?; let decoded: Vec = decoded.extract()?; - assert_eq!(encoded, [239, 212, 5, 175, 1, 2, 3, 4]); + assert_eq!(encoded, [205, 251, 60, 182, 1, 2, 3, 4]); assert_eq!(decoded, data); let config = codec.get_config()?; diff --git a/crates/numcodecs/LICENSE b/crates/numcodecs/LICENSE new file mode 120000 index 00000000..30cff740 --- /dev/null +++ b/crates/numcodecs/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file