Skip to content

Commit

Permalink
add log note for fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akremin committed Mar 3, 2025
1 parent 115127c commit 92010ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/desi_tsnr_afterburner
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@ def main():
skymag_rows.append(entry)

if len(skymag_rows) > 0:
log.info("No sky magnitudes to append to table")
colnames = list(skymag_rows[0].keys())
skymags_table = Table(rows=skymag_rows, names=colnames)
add_skymags_columns(tsnr2_expid_table,skymags_table)
Expand Down

0 comments on commit 92010ce

Please sign in to comment.