Skip to content

Commit

Permalink
Switch to native traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Sep 23, 2024
1 parent 7de8831 commit c529a1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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/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

0 comments on commit c529a1f

Please sign in to comment.