Skip to content

Commit

Permalink
* whoops -- fix typo in log printing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbuhler committed Sep 16, 2024
1 parent c602eb5 commit fc19989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/fastspecfit/continuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ def continuum_fastspec(redshift, objflam, objflamivar, CTools,

ncam = len(data['snr'])
snrmsgs = [ f'Median S/N_{data["cameras"]}={data["snr"][icam]:.2f}' for icam in range(ncam) ]
log.info(' '.join(snrmgs))
log.info(' '.join(snrmsgs))

if templates.use_legacy_fitting:
ebv = 0.
Expand Down

0 comments on commit fc19989

Please sign in to comment.