Skip to content

Commit

Permalink
Fixed bug from prior func update in pyroa for weighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zstone19 committed Jan 15, 2024
1 parent f21ab22 commit e2141d9
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 @@ -385,7 +385,7 @@ def run_weighting(output_dir, line_names,
together_jav = False

#Get "together" for pyroa
_, _, _, _, _, _, _, _, together_pyroa, _ = defaults.set_pyroa( pyroa_params, len(line_names) )
_, _, _, _, _, _, _, _, together_pyroa, _, _ = defaults.set_pyroa( pyroa_params, len(line_names) )


javelin_chain_fnames = None
Expand Down

0 comments on commit e2141d9

Please sign in to comment.