Skip to content

Commit 95b6330

Browse files
committed
in both places
1 parent c465889 commit 95b6330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asammdf/blocks/v4_blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5143,7 +5143,7 @@ def __setattr__(self, item: str, value: object) -> None:
51435143

51445144
else:
51455145
data = np.frombuffer(data, dtype=np.uint8).reshape((lines, cols)).T.ravel().tobytes()
5146-
data = compress_func(data, compression_level)
5146+
data = compress_func(data, self.compression_level)
51475147

51485148
zipped_size = len(data)
51495149
self.zip_size = zipped_size

0 commit comments

Comments
 (0)