Skip to content

Commit

Permalink
refac
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Jan 16, 2021
1 parent a36ad6b commit c4b7fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/cugraph/tests/test_betweenness_centrality.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def calc_betweenness_centrality(
G = None
Gnx = None

G, Gnx = Fixture_params_dts_sml
G, Gnx = Fixture_params_dts

assert G is not None and Gnx is not None
if multi_gpu_batch:
Expand Down
2 changes: 1 addition & 1 deletion python/cugraph/tests/test_ecg.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_ecg_clustering(graph_file, min_weight, ensemble_size):
assert cu_score > (0.95 * golden_score)


@pytest.mark.parametrize("graph_file", utils.DATASETS)
@pytest.mark.parametrize("graph_file", DATASETS)
@pytest.mark.parametrize("min_weight", MIN_WEIGHTS)
@pytest.mark.parametrize("ensemble_size", ENSEMBLE_SIZES)
def test_ecg_clustering_nx(graph_file, min_weight, ensemble_size):
Expand Down

0 comments on commit c4b7fc3

Please sign in to comment.