Commit 4de3d13e authored by Jérome Perrin's avatar Jérome Perrin

Do not use non existant method Dream.None

Leaving method empty produces same result
parent 2222a11b
......@@ -87,8 +87,7 @@ class Simulation(DefaultSimulation):
_class='Dream.CapacityStationController',
name='CSC',
start=0,
interval=1,
method='Dream.None')
interval=1, )
# "expand" abstract stations
for node_id, node_data in data['nodes'].items():
......
......@@ -109,8 +109,7 @@
"_class": "Dream.CapacityStationController",
"name": "CSC",
"start": "0",
"interval": "1",
"method": "Dream.None"
"interval": "1"
}
}
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment