Skip to content

Commit

Permalink
Remove incorrect return description
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Oct 8, 2024
1 parent 2054e6c commit 4d8f1b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PopPUNK/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1908,10 +1908,6 @@ def prune_graph(prefix, reflist, passed, output_db_name, threads, use_gpu):
use_gpu (bool)
Whether graph is a cugraph or not
[default = False]
Returns:
vlist (list)
List of integers corresponding to nodes
"""
if use_gpu:
graph_suffix = '.csv.gz'
Expand Down

0 comments on commit 4d8f1b2

Please sign in to comment.