Skip to content

Commit

Permalink
Reduce fanouts
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Aug 26, 2024
1 parent e35c831 commit 6265681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def uns_func(*args, **kwargs):
@pytest.mark.managedmem_off
@pytest.mark.poolallocator_on
@pytest.mark.parametrize("batch_size", params.batch_sizes.values())
@pytest.mark.parametrize("fanout", [params.fanout_10_25, params.fanout_5_10_15])
@pytest.mark.parametrize("fanout", [params.fanout_10_25])
@pytest.mark.parametrize(
"with_replacement", [False], ids=lambda v: f"with_replacement={v}"
)
Expand Down

0 comments on commit 6265681

Please sign in to comment.