Skip to content

Commit 13f8e50

Browse files
committed
Add minor comment
1 parent 0ade20c commit 13f8e50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numcodecs/lz4.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def compress(source, int acceleration=DEFAULT_ACCELERATION):
8282
if not PyBuffer_IsContiguous(source_pb, b'A'):
8383
raise BufferError("`source` must contain contiguous memory")
8484

85+
# extract metadata
8586
source_ptr = <const char*>source_pb.buf
8687
source_size = source_pb.len
8788

0 commit comments

Comments
 (0)