Skip to content

Commit

Permalink
Remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Oct 8, 2024
1 parent 34a53b7 commit 513774a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/desi_tsnr_afterburner
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,6 @@ def main():
"EFFTIME_BRIGHT_GFA": efftime_bright,
"EFFTIME_BACKUP_GFA": efftime_backup}
goaltype = tsnr2_expid_table["GOALTYPE"][jj]
efftime_gfa = tsnr2_expid_table["GOALTYPE"][jj]
for col in efftime_columns:
if col not in tsnr2_expid_table.colnames:
tsnr2_expid_table[col] = np.zeros(len(tsnr2_expid_table), dtype=float)
Expand Down

0 comments on commit 513774a

Please sign in to comment.