Skip to content

Commit

Permalink
fix comment in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Feb 11, 2025
1 parent 81156ff commit 403789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ assert np.all(decoded == signal)

# Get compression stats
original_size = signal.nbytes
compressed_size = encoded.size() # in bits
compressed_size = encoded.size() # in bytes
compression_ratio = original_size / compressed_size
print(f"Compression ratio: {compression_ratio:.2f}x")
```
Expand Down

0 comments on commit 403789d

Please sign in to comment.