Commit 8725d6a3 authored by Jérome Perrin's avatar Jérome Perrin

new wip format (stationIdsList)

parent 530c125c
...@@ -60,7 +60,7 @@ class Simulation(DefaultSimulation): ...@@ -60,7 +60,7 @@ class Simulation(DefaultSimulation):
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": processing_time_list[i], "mean": processing_time_list[i],
}, },
"stationId": sequence_list[i], "stationIdsList": sequence_list[i].split(','),
"stepNumber": i "stepNumber": i
} for i in xrange(len(sequence_list))] } for i in xrange(len(sequence_list))]
} }
......
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