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 e2141d9 commit d0ecd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypetal/weighting/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def run_weighting_tot(output_dir,
warnings.warn('Assuming that the filenames are in the same order as the line names. Line names will be acquired in chronological order from the given directory, except the first will be the continuum', RuntimeWarning)
line_names = get_ordered_line_names(output_dir)

_, _, _, _, _, _, _, _, together_pyroa, _ = defaults.set_pyroa( pyroa_params, len(line_names) )
_, _, _, _, _, _, _, _, together_pyroa, _, _ = defaults.set_pyroa( pyroa_params, len(line_names) )

#---------------------------
#Get data fnames
Expand Down

0 comments on commit d0ecd2b

Please sign in to comment.