Skip to content

Commit

Permalink
remove unused leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
anand_raichoor committed Dec 17, 2021
1 parent fa23880 commit c6d1fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/desispec/night_qa.py
Expand Up @@ -111,7 +111,6 @@ def get_surveys_night_expids(
tileids.append(hdr["TILEID"])
surveys.append(survey)
expids, tileids, surveys = np.array(expids), np.array(tileids), np.array(surveys)
msg = "for NIGHT={} found"
per_surv = []
for survey in np.unique(surveys):
sel = surveys == survey
Expand Down

0 comments on commit c6d1fcf

Please sign in to comment.