Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Sep 22, 2023
1 parent a47691d commit 195d063
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,6 @@ def test_uniform_neighbor_sample_csr_csc_global(dask_client, hops, seed):
@pytest.mark.mg
@pytest.mark.parametrize("seed", [62, 66, 68])
@pytest.mark.parametrize("hops", [[5], [5, 5], [5, 5, 5]])
@pytest.mark.tags("runme")
def test_uniform_neighbor_sample_csr_csc_local(dask_client, hops, seed):
el = dask_cudf.from_cudf(email_Eu_core.get_edgelist(), npartitions=4)

Expand Down

0 comments on commit 195d063

Please sign in to comment.