From 95070d2c7acddce71e360a5e4732d153da2a2abc Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Tue, 26 Sep 2023 16:09:43 +0200 Subject: [PATCH] Typo Co-authored-by: Richard (Rick) Zamora --- dask_cuda/tests/test_explicit_comms.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dask_cuda/tests/test_explicit_comms.py b/dask_cuda/tests/test_explicit_comms.py index 49bd7058a..ae4e3332c 100644 --- a/dask_cuda/tests/test_explicit_comms.py +++ b/dask_cuda/tests/test_explicit_comms.py @@ -134,7 +134,7 @@ def _test_dataframe_shuffle(backend, protocol, n_workers, _partitions): assert ddf.npartitions == output_nparts if _partitions: - # If "_partitions" is the hash key, we except all but + # If "_partitions" is the hash key, we expect all but # the first partition to be empty assert_eq(ddf.partitions[0].compute(), df) assert all( @@ -142,7 +142,6 @@ def _test_dataframe_shuffle(backend, protocol, n_workers, _partitions): for i in range(1, ddf.npartitions) ) else: - # Check that each partition hashes to the same value result = ddf.map_partitions( check_partitions, output_nparts