Skip to content

Commit

Permalink
Update python/cuml/cuml/tests/test_metrics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Jan 25, 2025
1 parent 6bcd03a commit deda71d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cuml/cuml/tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ def test_r2_score(datatype, use_handle):
np.testing.assert_almost_equal(score, 0.98, decimal=7)


@pytest.mark.filterwarnings(
"ignore:Using `__dataframe__` is deprecated"
)
@pytest.mark.filterwarnings("ignore:Using `__dataframe__` is deprecated")
def test_sklearn_search():
"""Test ensures scoring function works with sklearn machinery"""
import numpy as np
Expand Down

0 comments on commit deda71d

Please sign in to comment.