Skip to content

Commit

Permalink
Update tests/cupyx_tests/scipy_tests/spatial_tests/test_kdtree_cuvs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
cjnolet and bdice authored Dec 19, 2024
1 parent f7a900f commit 5900e20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def create_random_kd_tree(xp, scp, n, m, n_points=1, x_offset=0, scale=10,


@testing.with_requires('scipy')
@pytest.mark.skipif(not cuvs_available, reason='pylibraft is required')
@pytest.mark.skipif(not cuvs_available, reason='cuVS is required')
class TestDistance:
@pytest.mark.parametrize('args', [
(100, 4, 1, 0),
Expand Down

0 comments on commit 5900e20

Please sign in to comment.