Skip to content

Commit

Permalink
no buffer - remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Nov 3, 2023
1 parent 48a8594 commit a340676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tests/test_nvcomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ def test_set_scratch_alloc(manager):
if isinstance(compressor_instance, libnvcomp.BitcompManager):
# Bitcomp does not use the scratch buffer
pytest.skip()
else:
assert (buffer[0:5] != cupy.array([0, 0, 0, 0, 0])).any()
# else:
# assert (buffer[0:5] != cupy.array([0, 0, 0, 0, 0])).any()


@pytest.mark.parametrize(
Expand Down

0 comments on commit a340676

Please sign in to comment.