Skip to content

Commit

Permalink
Add missing netscience import to test_batch_edge_betweenness_centrali…
Browse files Browse the repository at this point in the history
…ty.py
  • Loading branch information
Ralph Liu committed Jul 27, 2023
1 parent e4754c6 commit 05182ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import numpy as np

from cugraph.dask.common.mg_utils import is_single_gpu
from cugraph.datasets import karate
from cugraph.datasets import karate, netscience

# Get parameters from standard betwenness_centrality_test
# As tests directory is not a module, we need to add it to the path
Expand Down

0 comments on commit 05182ef

Please sign in to comment.