Skip to content

Commit

Permalink
test whole logisticregressionmg with aligned memory
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinf2 committed Mar 15, 2024
1 parent f7051ab commit f4829b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/run_cuml_dask_pytests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Support invoking run_cuml_dask_pytests.sh outside the script directory
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/tests/dask

python -m pytest -s --cache-clear "$@" test_dask_aaa_bug.py
python -m pytest -s --cache-clear "$@" test_dask_logistic_regression.py
2 changes: 1 addition & 1 deletion ci/test_python_dask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rapids-logger "pytest cuml-dask"
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cuml-dask-coverage.xml" \
--cov-report=term \
-s \
test_dask_aaa_bug.py
test_dask_logistic_regression.py
# .

rapids-logger "Test script exiting with value: $EXITCODE"
Expand Down
2 changes: 1 addition & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ "$(arch)" == "aarch64" && "${RAPIDS_BUILD_TYPE}" == "pull-request" ]]; the
python ci/wheel_smoke_test_cuml.py
else
# python -m pytest ./python/cuml/tests -k 'not test_sparse_pca_inputs' -n 4 --ignore=python/cuml/tests/dask && python -m pytest ./python/cuml/tests -k 'test_sparse_pca_inputs' && python -m pytest ./python/cuml/tests/dask
python -m pytest -s ./python/cuml/tests/dask/test_dask_aaa_bug.py
python -m pytest -s ./python/cuml/tests/dask/test_dask_logistic_regression.py
fi

rapids-logger "Test script exiting with value: $EXITCODE"
Expand Down

0 comments on commit f4829b2

Please sign in to comment.