Skip to content

Commit

Permalink
Add LICENSE files
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Jul 19, 2024
1 parent 2e6d9f1 commit e6722eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/numcodecs-python/LICENSE
2 changes: 1 addition & 1 deletion crates/numcodecs-python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ mod tests {
let encoded: Vec<u8> = encoded.extract()?;
let decoded: Vec<u8> = 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()?;
Expand Down
1 change: 1 addition & 0 deletions crates/numcodecs/LICENSE

0 comments on commit e6722eb

Please sign in to comment.