From 621a9a886c45edd356e4dbb645f8890d1fec9362 Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Thu, 18 Jul 2024 05:57:34 -0700 Subject: [PATCH] update docstrings --- python/cugraph/cugraph/testing/mg_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cugraph/cugraph/testing/mg_utils.py b/python/cugraph/cugraph/testing/mg_utils.py index 4f60e5f53e2..b0ada30f14f 100644 --- a/python/cugraph/cugraph/testing/mg_utils.py +++ b/python/cugraph/cugraph/testing/mg_utils.py @@ -97,7 +97,7 @@ def start_dask_client( the env var SCHEDULER_FILE is set which implies the dask cluster has already been created. - p2p : bool, optional (default=False) + p2p : bool, optional (default=True) Initialize UCX endpoints if True. """ dask_scheduler_file = os.environ.get("SCHEDULER_FILE")