Skip to content

Commit

Permalink
remove deprecated argument in return of line_spectrum
Browse files Browse the repository at this point in the history
  • Loading branch information
mchalela committed Oct 8, 2022
1 parent 7bb8bfb commit 0fc8439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nirdust/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,4 @@ def line_spectrum(
)
line_intervals = u.Quantity(line_intervals, u.AA)

line_fitting_quality = 0.0
return line_nd_spectrum, line_intervals, line_fitting_quality
return line_nd_spectrum, line_intervals

0 comments on commit 0fc8439

Please sign in to comment.