Skip to content

Commit

Permalink
Update cuDF's assert_eq import (#1353)
Browse files Browse the repository at this point in the history
rapidsai/cudf#16063 has updated the import location of `assert_eq` to the public `cudf.testing.assert_eq`, this change updates imports accordingly.

Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Mads R. B. Kristensen (https://github.com/madsbk)

URL: #1353
  • Loading branch information
pentschev authored Jun 26, 2024
1 parent 7363b0c commit d8d87f3
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 d8d87f3

Please sign in to comment.