From bc8e67117de11da359e181c065acd01414438284 Mon Sep 17 00:00:00 2001 From: Vukasin Milovanovic Date: Fri, 3 Nov 2023 14:36:26 -0700 Subject: [PATCH] sstyle --- python/kvikio/nvcomp.py | 1 - python/tests/test_nvcomp.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/python/kvikio/nvcomp.py b/python/kvikio/nvcomp.py index 82c0f71f83..46194b53e9 100644 --- a/python/kvikio/nvcomp.py +++ b/python/kvikio/nvcomp.py @@ -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. diff --git a/python/tests/test_nvcomp.py b/python/tests/test_nvcomp.py index 74513493e4..ff32b3b199 100644 --- a/python/tests/test_nvcomp.py +++ b/python/tests/test_nvcomp.py @@ -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()