Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pannarale committed Sep 12, 2024
1 parent 754223c commit 42ce417
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pycbc/workflow/grb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,6 @@ def make_pygrb_plot(workflow, exec_name, out_dir,
node.add_opt('--y-variable', tags[0])
# Quantity to be displayed on the x-axis of the plot
elif exec_name == 'pygrb_plot_stats_distribution':
seg_filelist = FileList([resolve_url_to_file(sf) for sf in seg_files])
node.add_input_list_opt('--seg-files', seg_filelist)
node.add_opt('--x-variable', tags[0])
elif exec_name == 'pygrb_plot_injs_results':
# Variables to plot on x and y axes
Expand Down

0 comments on commit 42ce417

Please sign in to comment.