Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2023
1 parent 716f418 commit 7438778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lgdo/compression/varlen.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def decode(
# convert vector of vectors to array of equal sized arrays
# can now decode on the 2D matrix together with number of bytes to read per row
_, siglen = decode(
(sig_in.encoded_data.to_aoesa(preserve_dtype=True).nda, nbytes),
(sig_in.encoded_data.to_aoesa(preserve_dtype=True).nda, nbytes),
sig_out if isinstance(sig_out, np.ndarray) else sig_out.nda,
)

Expand Down

0 comments on commit 7438778

Please sign in to comment.