Skip to content

Commit

Permalink
rebased, fixed missing/changed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brechmos committed Jul 8, 2019
1 parent 77cc49f commit d9f96c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions specutils/manipulation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .smoothing import * # noqa
from .estimate_uncertainty import * # noqa
from .extract_spectral_region import * # noqa
from .utils import * # noqa
2 changes: 1 addition & 1 deletion specutils/tests/test_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ..fitting import (fit_lines, find_lines_derivative,
find_lines_threshold, estimate_line_parameters)
from ..analysis import fwhm, centroid
from ..manipulation import noise_region_uncertainty
from ..manipulation import noise_region_uncertainty, spectrum_from_model


def single_peak():
Expand Down

0 comments on commit d9f96c0

Please sign in to comment.