We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06a938 commit 28f7d8bCopy full SHA for 28f7d8b
1 file changed
DATA/tools/parse
@@ -200,6 +200,7 @@ for line in f:
200
odccommand += ' --n ' + str(reconodes)
201
odccommand += ' --nmin ' + str(reconodesmin) # Currently disabled, since odc-epn-topo does not accept --nmin
202
if len(calibworkflows):
203
+ calibworkflowsdds.sort(key=lambda x:int(x.split(':')[1])*-1)
204
odccommand += ' --calib ' + ' '.join(calibworkflowsdds)
205
if 'GEN_TOPO_STDERR_LOGGING' in os.environ and int(os.environ['GEN_TOPO_STDERR_LOGGING']):
206
odccommand += ' --mon tools/monitoring_workflows/epnstderrlog.xml'
0 commit comments