Skip to content

Commit

Permalink
fix likely copy-paste error in desi_tsnr_afterburner
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Oct 8, 2024
1 parent 6b185ae commit 34a53b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/desi_tsnr_afterburner
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ def main():
else:
# tsnr2_expid_table["EFFTIME_GFA"][goaltype == "backup"] = tsnr2_expid_table["EFFTIME_BACKUP_GFA"][goaltype == "backup"]
efftime_gfa[goaltype == "backup"] = expid_values[goaltype == "backup"]
tsnr2_expid_table["GOALTYPE"][jj] = efftime_gfa
tsnr2_expid_table["EFFTIME_GFA"][jj] = efftime_gfa

gfa_nights = np.unique(np.array(gfa_nights))
#
Expand Down

0 comments on commit 34a53b7

Please sign in to comment.