Skip to content

Commit 6abd01d

Browse files
Adding input-dist variable in check of the workflow section for the (gwastro#5138)
generation of the sky grid Co-authored-by: jacquot <jacquot@>
1 parent ffe94d0 commit 6abd01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/pygrb/pycbc_make_offline_grb_workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ for ifo in ifos:
274274

275275
# Generate sky grid if needed
276276
skygrid_file = None
277-
if wflow.cp.has_option("workflow", "sky-error"):
277+
if wflow.cp.has_option("workflow", "sky-error") or wflow.cp.has_option("workflow", "input-dist"):
278278
logging.info("Generating sky-grid file.")
279279
skygrid_file = _workflow.make_skygrid_node(wflow, df_dir, tags=['SEARCH'])
280280
input_files.extend(skygrid_file)

0 commit comments

Comments
 (0)