Skip to content

Commit

Permalink
Update cuDF's assert_eq import
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.
  • Loading branch information
pentschev committed Jun 26, 2024
1 parent 7363b0c commit 8a1962a
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 8a1962a

Please sign in to comment.