Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/benchmarks-rmm-disable' into ben…
Browse files Browse the repository at this point in the history
…chmarks-rmm-disable
  • Loading branch information
pentschev committed Jun 26, 2024
2 parents ec09754 + 0b1201f commit 23eb2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cuda/tests/test_cudf_builtin_spilling.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
get_global_manager,
set_global_manager,
)
from cudf.testing._utils import assert_eq # noqa: E402
from cudf.testing import assert_eq # noqa: E402

if get_global_manager() is not None:
pytest.skip(
Expand Down

0 comments on commit 23eb2d5

Please sign in to comment.