From 4d8f1b27238193fc6bef65eba638622b4a1552fa Mon Sep 17 00:00:00 2001 From: Nick Croucher Date: Tue, 8 Oct 2024 11:55:32 +0100 Subject: [PATCH] Remove incorrect return description --- PopPUNK/network.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PopPUNK/network.py b/PopPUNK/network.py index 6079a570..88c1adb1 100644 --- a/PopPUNK/network.py +++ b/PopPUNK/network.py @@ -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'