Skip to content

Commit

Permalink
Removed redundant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pannarale committed Nov 13, 2024
1 parent eb06b9a commit 4b92073
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pycbc/workflow/jobsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,15 +276,13 @@ def multi_ifo_coherent_job_setup(workflow, out_files, curr_exe_job,
data_seg, job_valid_seg = curr_exe_job.get_valid_times()
curr_out_files = FileList([])
ipn_sky_points = None
veto_file = None
bank_veto = None
input_files = FileList(datafind_outs)
for f in datafind_outs:
if 'IPN_SKY_POINTS' in f.description:
ipn_sky_points = f
input_files.remove(f)
elif 'vetoes' in f.description:
veto_file = f
input_files.remove(f)
elif 'INPUT_BANK_VETO_BANK' in f.description:
bank_veto = f
Expand Down

0 comments on commit 4b92073

Please sign in to comment.