Skip to content
Snippets Groups Projects

pydtn agkmeans and version 1.0

Merged Hunter McConnell (rtm534) requested to merge summer2022 into develop
5 files
+ 63
46
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 3
4
"""
example module for displaying sim results graphically
"""
"""example module for displaying sim results graphically."""
__author__ = "Hunter McConnell <hunter.mcconnell@usask.ca>"
@@ -16,7 +14,7 @@ from pydtnsim.community import HCBFKCliqueNode, HCBFLouvainNode
def main():
""" Run a set of sims on taxi datasets, plot the results together"""
"""Run a set of sims on taxi datasets, plot the results together."""
pool = Pool()
traces = [
@@ -77,6 +75,7 @@ def main():
plt.legend()
plt.show()
if __name__ == '__main__':
# sys.exit(main(parse_args(sys.argv[1:])))
sys.exit(main())
Loading