Skip to content

Commit

Permalink
Same issue...
Browse files Browse the repository at this point in the history
  • Loading branch information
Zstone19 committed Jan 15, 2024
1 parent d0ecd2b commit 8576c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypetal/weighting/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def run_weighting_single( output_dir, cont_fname, line_fname,
#PyROA

if run_pyroa:
_, nburn, _, _, _, add_var, delay_dist, _, _, _ = defaults.set_pyroa(pyroa_params, 2)
_, nburn, _, _, _, add_var, delay_dist, _, _, _, _ = defaults.set_pyroa(pyroa_params, 2)
if isinstance(add_var, list):
add_var = add_var[pyroa_obj_ind-1]
if isinstance(delay_dist, list):
Expand Down

0 comments on commit 8576c65

Please sign in to comment.