Skip to content

Commit

Permalink
flake8:
Browse files Browse the repository at this point in the history
  • Loading branch information
Iroy30 committed Nov 20, 2020
1 parent d69de72 commit 73b42e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/cugraph/tests/test_pagerank.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ def test_pagerank(
M, source="0", target="1", create_using=nx.DiGraph()
)

pr = nx.pagerank(
Gnx,
alpha=alpha,
max_iter=max_iter * 2,
tol=tol * 0.01)

networkx_pr, networkx_prsn = networkx_call(
Gnx, max_iter, tol, alpha, personalization_perc, nnz_vtx
)
Expand Down

0 comments on commit 73b42e4

Please sign in to comment.