Skip to content

Commit

Permalink
Mark test as CUDA-only
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Jul 3, 2024
1 parent 3634896 commit f446aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/python/tests/test_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_num_partitions(tmpdir):
assert ivf.num_partitions == 10


@pytest.mark.cuda
def test_assign_partitions(tmpdir):
ds = gen_dataset(tmpdir)
builder = IndicesBuilder(ds, "vectors")
Expand Down

0 comments on commit f446aa8

Please sign in to comment.