Skip to content

Commit

Permalink
Merge 4e4b596 into db3e881
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Jones committed Jan 15, 2019
2 parents db3e881 + 4e4b596 commit dda540c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions specutils/fitting/fitmodels.py
Expand Up @@ -299,13 +299,6 @@ def fit_lines(spectrum, model, fitter=fitting.LevMarLSQFitter(),
if exclude_regions is not None:
spectrum = excise_regions(spectrum, exclude_regions)

#
# Get the dispersion and flux to fit.
#

dispersion = spectrum.wavelength
flux = spectrum.flux

#
# Make the model a list if not already
#
Expand Down

0 comments on commit dda540c

Please sign in to comment.