Skip to content

Commit

Permalink
add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Nov 20, 2023
1 parent 3f09595 commit 49b995d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cugraph/cugraph/tests/link_analysis/test_hits.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def input_expected_output(input_combo):
# elsewhere.
dataset_path = input_combo["graph_file"].get_path()
Gnx = utils.generate_nx_graph_from_file(dataset_path, directed=True)
# FIXME: temporarily disable resultset API
nxResults = nx.hits(
Gnx, input_combo["max_iter"], input_combo["tol"], normalized=True
)
Expand Down

0 comments on commit 49b995d

Please sign in to comment.