Skip to content

Commit

Permalink
Merge branch 'imp-2306-using_raft_compiled_target' of github.com:cjno…
Browse files Browse the repository at this point in the history
…let/cuml into imp-2306-using_raft_compiled_target
  • Loading branch information
cjnolet committed Mar 22, 2023
2 parents 5790640 + 97fcc37 commit c0580ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
# Copyright (c) 2022, NVIDIA CORPORATION.

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
# Copyright (c) 2022, NVIDIA CORPORATION.

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion ci/test_python_common.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
# Copyright (c) 2022, NVIDIA CORPORATION.

set -euo pipefail

Expand Down
1 change: 1 addition & 0 deletions python/cuml/tests/explainer/test_explainer_kernel_shap.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def test_l1_regularization(exact_shap_regression_dataset, l1_type):
assert isinstance(nz, cp.ndarray)


@pytest.mark.skip(reason="Currently failing for unknown reasons.")
def test_typeerror_input():
X, y = make_regression(n_samples=100, n_features=10, random_state=10)
clf = Lasso()
Expand Down

0 comments on commit c0580ef

Please sign in to comment.