Skip to content

Commit

Permalink
Update test_kneighbors_classifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jan 23, 2025
1 parent 029c349 commit f839a0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cuml/cuml/tests/test_kneighbors_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ def test_predict_large_n_classes(datatype):
assert array_equal(y_hat.astype(np.int32), y_test.astype(np.int32))


# Ignore FutureWarning: Using `__dataframe__` is deprecated
@pytest.mark.filterwarnings("ignore::FutureWarning")
@pytest.mark.parametrize("n_samples", [100])
@pytest.mark.parametrize("n_features", [40])
@pytest.mark.parametrize("n_neighbors", [4])
Expand Down

0 comments on commit f839a0f

Please sign in to comment.