Skip to content
Snippets Groups Projects

Fixes shared community detection not being shared

Merged Jarrod Pas requested to merge bugfix/communty-detection-not-shared into develop
2 files
+ 22
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -29,6 +29,7 @@ def run_simulation(simulation):
'tick_rate': 5 * 60, # 5 mins
'epoch': epoch,
'k': 3,
'context': {}
}
nodes = {
node_id: simulation.node_type(**node_options)
Loading