Skip to content

Commit 46edf50

Browse files
committed
Provide ncores for calib workflows to odc-epn-topo
1 parent e9d964f commit 46edf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/tools/parse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ for line in f:
145145
break
146146
if isempty:
147147
continue
148-
# filename = filename+ ':' + wf[1] # Currently disabled, since odc-epn-topo does not accept :[ncores]
148+
filename = filename + ':' + wf[1]
149149
calibworkflows.append(filename)
150150
if reco_num_nodes_override > 0:
151151
reconodes = reco_num_nodes_override

0 commit comments

Comments
 (0)