Skip to content

Commit

Permalink
codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Feb 27, 2025
1 parent 88cb593 commit 4c276d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions measure_extinction/plotting/plot_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ def plot_multi_extinction(
Wavelength range to be plotted (in micron) - [min,max]
spread : float [default=0]
Amount to addiatively spread the curves
Amount to addiatively spread the curves
exclude : list of strings [default=[]]
List of data type(s) to exclude from the plot (e.g., "IRS", "IRAC1")
Expand Down Expand Up @@ -518,7 +518,7 @@ def plot_multi_extinction(
if ".fits" not in starpair:
fname = "%s%s_ext.fits" % (path, starpair.lower())
else:
fname = starpair
fname = starpair

# read in the extinction curve data
extdata = ExtData(fname)
Expand Down

0 comments on commit 4c276d8

Please sign in to comment.