Skip to content

Commit

Permalink
trigger explicit-comms-batchsize error
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Dec 17, 2024
1 parent 32bcb22 commit 1c0d974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cuda/tests/test_explicit_comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def check_shuffle():
):
dask.config.refresh() # Trigger re-read of the environment variables
with pytest.raises(ValueError, match="explicit-comms-batchsize"):
ddf.shuffle(on="key", npartitions=4)
ddf.shuffle(on="key", npartitions=4).dask

if in_cluster:
with LocalCluster(
Expand Down

0 comments on commit 1c0d974

Please sign in to comment.