Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrv committed Nov 8, 2017
1 parent dd2d2e8 commit ef7c809
Show file tree
Hide file tree
Showing 7 changed files with 3,208 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def analyze_results(self,):
graphs = preprocessing.getGraphs(sys.argv[1])
tracker = Tracker(graphs)
tracker.compare_communities()
with open('tmpfiles/ged_results.csv','w')as f:
with open('ged_results.csv','w')as f:
for hypergraph in tracker.hypergraphs:
hypergraph.calculateEvents(f)
print "--- %s seconds ---" %(time.time() - start_time)
Expand Down
Binary file added config.pyc
Binary file not shown.
Binary file added event.pyc
Binary file not shown.
Loading

0 comments on commit ef7c809

Please sign in to comment.