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):
"property_list": conf['Dream-Source']['property_list']\
+ [schema['batchNumberOfUnits']]
}
conf['Dream-BatchDecomposition'] = {
"_class": "Dream.BatchDecomposition",
conf['Dream-BatchDecompositionStartTime'] = {
"_class": "Dream.BatchDecompositionStartTime",
"name": "Decomposition",
"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