Skip to content

Commit

Permalink
Removing old line preventing PyGRB workflows from starting (gwastro#4840
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sebastiangomezlopez authored Oct 26, 2024
1 parent 941b15f commit b008b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycbc/workflow/grb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def create_node(self, ifo_tag, seg_dir, segment, insp_files,
node.add_opt("--segment-dir", seg_dir)
node.add_input_list_opt("--input-files", insp_files)
node.add_opt("--user-tag", "PYGRB")
node.add_opt("--num-trials", self.num_trials)
node.add_input_opt("--bank-file", bank_file)
# Prepare output file tag
user_tag = f"PYGRB_GRB{self.trigger_name}"
Expand Down

0 comments on commit b008b9c

Please sign in to comment.