Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion python/cuml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ markers = [
"stress: Longest running tests focused on stressing hardware compute resources",
"mg: Multi-GPU tests",
"memleak: Test that checks for memory leaks",
"no_bad_cuml_array_check: Test that should not check for bad CumlArray uses",
"ucx: Run _only_ Dask UCXX tests",
]

Expand Down
2 changes: 0 additions & 2 deletions python/cuml/tests/test_incremental_pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
(500, 250, 14, True, 0.07, "csr", 1, True),
],
)
@pytest.mark.no_bad_cuml_array_check
def test_fit(
nrows,
ncols,
Expand Down Expand Up @@ -92,7 +91,6 @@ def test_fit(
(5000, 4, 2, 0.1, 100, False),
],
)
@pytest.mark.no_bad_cuml_array_check
def test_partial_fit(
nrows, ncols, n_components, density, batch_size_divider, whiten
):
Expand Down
Loading