Skip to content
Snippets Groups Projects
Commit 347ec1cd authored by Rafal Bielski's avatar Rafal Bielski :wave:
Browse files

Adapt MTCalibPebConfig to changes in DecisionSummaryMakerAlg properties

parent a60bdec3
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,7 @@ def make_summary_algs(hypo_algs):
summMaker.FinalStepDecisions = {}
for hypo in hypo_algs:
for tool in hypo.HypoTools:
summMaker.FinalStepDecisions[tool.getName()] = str(hypo.HypoOutputDecisions)
summMaker.FinalStepDecisions[tool.getName()] = [str(hypo.HypoOutputDecisions)]
log.info('summMaker = %s', summMaker)
return [summary, summMaker]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment