Commit 5b0eb001 authored by Jérome Perrin's avatar Jérome Perrin

use Dream.BatchDecompositionStartTime for decomposition

parent b4d1cedc
...@@ -20,8 +20,8 @@ class Simulation(DefaultSimulation): ...@@ -20,8 +20,8 @@ class Simulation(DefaultSimulation):
"property_list": conf['Dream-Source']['property_list']\ "property_list": conf['Dream-Source']['property_list']\
+ [schema['batchNumberOfUnits']] + [schema['batchNumberOfUnits']]
} }
conf['Dream-BatchDecomposition'] = { conf['Dream-BatchDecompositionStartTime'] = {
"_class": "Dream.BatchDecomposition", "_class": "Dream.BatchDecompositionStartTime",
"name": "Decomposition", "name": "Decomposition",
"property_list": [schema['processingTime'], schema['numberOfSubBatches'] ] "property_list": [schema['processingTime'], schema['numberOfSubBatches'] ]
} }
......
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