We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f879d97 commit 710c9e7Copy full SHA for 710c9e7
ci/run_cuml_singlegpu_pytests.sh
@@ -5,4 +5,4 @@
5
# Support invoking run_cuml_singlegpu_pytests.sh outside the script directory
6
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/tests || exit 1
7
8
-python -m pytest --cache-clear --ignore=dask "$@" .
+python -m pytest --cache-clear --ignore=dask "$@" test_umap.py -s -k test_umap_precomputed_knn
0 commit comments