From 85a3cef100da5bc53fb31932de3d83189e333589 Mon Sep 17 00:00:00 2001 From: iskode Date: Wed, 14 Jul 2021 14:39:00 +0000 Subject: [PATCH] fix a python cudf unit test error --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 841a02f72e6..4e1e5fbdfe1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -221,7 +221,7 @@ $ ./build.sh dask_cudf - To run Python tests (Optional): ```bash $ cd $CUDF_HOME/python -$ py.test -v cudf # run cudf test suite +$ py.test -v cudf/cudf/tests # run cudf test suite $ py.test -v dask_cudf # run dask_cudf test suite ```