Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
lint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Jan 26, 2025
1 parent 5fbfc82 commit fdb513a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ocf_blosc2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


def test_roundtrip():
"""Test roundtrip encoding and decoding of a numpy array."""
buf = np.asarray([np.nan, 0.0, 0.5, 1.0], dtype=np.float32)
blosc2 = ocf_blosc2.Blosc2()
comp_arr = blosc2.encode(buf)
Expand Down

0 comments on commit fdb513a

Please sign in to comment.