Commit 74a228bd authored by Jérome Perrin's avatar Jérome Perrin

better name for processing time in batch case

parent babe3737
......@@ -30,7 +30,8 @@ class Simulation(ShiftsSimulation):
zeroProcessingTime = copy.deepcopy(schema['processingTime'])
for prop in zeroProcessingTime['property_list']:
if prop['id'] == 'mean':
prop['_default']= 0.0
prop['_default'] = 0.0
prop['description'] = "Processing time per unit"
conf['Dream-BatchDecompositionStartTime'] = {
"_class": "Dream.BatchDecompositionStartTime",
......
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