Skip to content

Commit

Permalink
normalize indent/blank lines as per fastspecfit standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Buhler committed Nov 25, 2024
1 parent 3ac80a6 commit 569ea11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/fastspecfit/emline_fit/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def _suppress_negative_fluxes(endpts, M):
# create trivial diagonal resolution matrices
rm = [ Resolution(np.ones((1, e - s))) for (s, e) in camerapix ]
resolution_matrices = tuple(rm)

self.line_models = []
_build_multimodel_core(line_parameters,
obs_bin_centers,
Expand All @@ -351,7 +351,7 @@ def _suppress_negative_fluxes(endpts, M):
for endpts, M in self.line_models:
_suppress_negative_fluxes(endpts, M)


def getLine(self, line):
"""
Return a model for one emission line.
Expand Down

0 comments on commit 569ea11

Please sign in to comment.