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): ...@@ -87,8 +87,7 @@ class Simulation(DefaultSimulation):
_class='Dream.CapacityStationController', _class='Dream.CapacityStationController',
name='CSC', name='CSC',
start=0, start=0,
interval=1, interval=1, )
method='Dream.None')
# "expand" abstract stations # "expand" abstract stations
for node_id, node_data in data['nodes'].items(): for node_id, node_data in data['nodes'].items():
......
...@@ -109,8 +109,7 @@ ...@@ -109,8 +109,7 @@
"_class": "Dream.CapacityStationController", "_class": "Dream.CapacityStationController",
"name": "CSC", "name": "CSC",
"start": "0", "start": "0",
"interval": "1", "interval": "1"
"method": "Dream.None"
} }
} }
} }
\ 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