Skip to content

Commit

Permalink
Remove unnecessary commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 11, 2020
1 parent 209939b commit fadf308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/rmm/tests/test_rmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def test_rmm_device_buffer_pickle_roundtrip(hb):


@pytest.mark.parametrize("stream", [cuda.default_stream(), cuda.stream()])
#@pytest.mark.parametrize("stream", [cuda.stream()])
def test_rmm_pool_numba_stream(stream):
rmm.reinitialize(pool_allocator=True)

Expand Down

0 comments on commit fadf308

Please sign in to comment.