Skip to content

Commit

Permalink
remove leftover unused lines from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Apr 26, 2024
1 parent 4116707 commit 1e75e8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py/redrock/archetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ def eval(self, subtype, coeff, wave, z, R=None, legcoeff=None):

if legcoeff is not None:
deg_legendre = len(legcoeff)
wave_min = wave.min()
wave_max = wave.max()
legendre = np.array([scipy.special.legendre(i)( reduced_wavelength(wave) ) for i in range(deg_legendre)])
model += legendre.T.dot(legcoeff).T

Expand Down

0 comments on commit 1e75e8c

Please sign in to comment.