Skip to content
Snippets Groups Projects
Commit bf192a7e authored by Jarrod Pas's avatar Jarrod Pas
Browse files

Fixes up random node example for summary statistics

parent 8d9ea887
No related branches found
No related tags found
2 merge requests!3Version 0.2,!1Full rewrite
......@@ -36,7 +36,7 @@ def main():
# run simulation for 500 ticks
network.run(until=500)
print(network.stats)
print(network.stats_summary)
if __name__ == '__main__':
exit(main())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment