Skip to content

Commit

Permalink
sstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Nov 3, 2023
1 parent 0144cd4 commit bc8e671
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python/kvikio/nvcomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def configure_decompression_with_compressed_buffer(
asarray(data)
)


def get_compressed_output_size(self, comp_buffer: cp.ndarray) -> int:
"""Return the actual size of compression result.
Expand Down
2 changes: 1 addition & 1 deletion python/tests/test_nvcomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def test_set_scratch_alloc(manager):
if isinstance(compressor_instance, libnvcomp.BitcompManager):
# Bitcomp does not use the scratch buffer
pytest.skip()
#else:
# else:
# assert (buffer[0:5] != cupy.array([0, 0, 0, 0, 0])).any()


Expand Down

0 comments on commit bc8e671

Please sign in to comment.