Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jan 9, 2025
1 parent befd581 commit 0558008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/gpu_specter/extract/cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def evalcoeffs(psfdata, wavelengths, specmin=0, nspec=None):
if wave2d:
ww = ww[specmin:specmin+nspec]
L = np.polynomial.legendre.legvander(ww, meta['LEGDEG'])
print ('a',L.shape)
nwave = wavelengths.shape[-1]
nghx = meta['GHDEGX']+1
nghy = meta['GHDEGY']+1
Expand Down

0 comments on commit 0558008

Please sign in to comment.