Skip to content

Commit

Permalink
fixing codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Nov 27, 2024
1 parent ef05ba6 commit d9a2512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion measure_extinction/tests/test_merge_obsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# still need to add merging of STIS spectroscopy
# more complicated due to UV/optical options


def _check_genmerge(wave_range, resolution, mergefunc):

wave1_info = _wavegrid(resolution, wave_range.value)
Expand Down Expand Up @@ -80,4 +81,3 @@ def test_miri_mrs():
wave_range = [4.5, 32.0] * u.micron
resolution = 4000.0
_check_genmerge(wave_range, resolution, merge_miri_ifu_obsspec)

1 change: 1 addition & 0 deletions measure_extinction/utils/scale_spex_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

from measure_extinction.utils.helpers import get_datapath


# function to get photometry from a spectrum
def get_phot(spec, bands):
"""
Expand Down

0 comments on commit d9a2512

Please sign in to comment.