Skip to content

Commit

Permalink
More bugs...
Browse files Browse the repository at this point in the history
  • Loading branch information
Zstone19 committed Jan 9, 2024
1 parent 83b03fb commit 7634f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypetal/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def run_pipeline(output_dir, arg2,
_, _, _, _, _, _, reject_data, _ = defaults.set_drw_rej(drw_rej_params, fnames)

#Get "together_pyroa"
_, _, _, _, _, _, _, _, together_pyroa, _ = defaults.set_pyroa(pyroa_params, len(fnames))
_, _, _, _, _, _, _, _, together_pyroa, _, _ = defaults.set_pyroa(pyroa_params, len(fnames))


#Name lines if unnamed
Expand Down

0 comments on commit 7634f0b

Please sign in to comment.