Skip to content
Snippets Groups Projects
Commit 81b1aae2 authored by Adriaan Renting's avatar Adriaan Renting
Browse files

Task #9667: Fixes for correct number of output files when using beamformed with tab rings

parent 74f0f721
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ class ResourceEstimatorHandler(MessageHandlerInterface):
logger.info(("Branch estimates for %s\n" % otdb_id) + pprint.pformat(branch_estimates))
if specification_tree['task_subtype'] in ['averaging pipeline', 'calibration pipeline']:
input_files = {}
for id, estimate in branch_estimates.iteritems():
input_files = {}
predecessor_output = estimate.values()[0]['storage']['output_files']
if not 'im' in predecessor_output and 'uv' in predecessor_output: # Not a calibrator pipeline
logger.info('found %s as the target of pipeline %s' % (id, otdb_id))
......
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