Refactored analysis in several files

This commit is contained in:
Alberto Soutullo
2023-04-18 16:37:36 +02:00
parent 5a497488a8
commit c5a0624ad5
12 changed files with 486 additions and 426 deletions

View File

@@ -429,7 +429,7 @@ def main(ctx: typer.Context,
end = time.time()
time_took = end - start
print(f"For {G.number_of_nodes()}/{num_nodes} nodes, network generation took {time_took} secs.\nThe generated network is under ./{output_dir}")
print(f"For {G.number_of_nodes()}/{num_nodes} nodes, network generation took {time_took} secs.\nThe generated network is under .{output_dir}")
# Benchmarking. Record finish time and stop the malloc tracing
if benchmark :