Skip to content

Commit 79cf748

Browse files
committed
chore: mention statistics_files param
1 parent fd5046f commit 79cf748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spras/analysis/summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def summarize_networks(file_paths: Iterable[Path], node_table: pd.DataFrame, alg
1818
@param algo_params: a nested dict mapping algorithm names to dicts that map parameter hashes to parameter
1919
combinations.
2020
@param algo_with_params: a list of <algorithm>-params-<params_hash> combinations
21+
@param statistics_files: a list of statistic files with the computed statistics.
2122
@return: pandas DataFrame with summary information
2223
"""
2324
# Ensure that NODEID is the first column

0 commit comments

Comments
 (0)