Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to native traceback in cuml #6078

Merged
merged 12 commits into from
Dec 18, 2024
2 changes: 1 addition & 1 deletion python/cuml/cuml/benchmark/automated/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addopts =
--benchmark-warmup-iterations=1
--benchmark-min-rounds=3
--benchmark-columns="min, max, mean, stddev, outliers, gpu_mem, rounds"

--tb=native
markers =
managedmem_on: RMM managed memory enabled
managedmem_off: RMM managed memory disabled
Expand Down
5 changes: 5 additions & 0 deletions python/cuml/cuml/tests/dask/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native

5 changes: 5 additions & 0 deletions python/cuml/cuml/tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native

Loading