Skip to content

Commit

Permalink
Merge 9499a76 into a7daab7
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbautista committed May 15, 2019
2 parents a7daab7 + 9499a76 commit 3bc7879
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/desisim/simexp.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,8 @@ def get_mock_spectra(fiberassign, mockdir=None, nside=64):
assert np.all(wave == tmpwave)

for key in tmpobjmeta.keys():
if key not in objmeta:
objmeta[key] = list()
objmeta[key].append(tmpobjmeta[key])

#- Stack the per-objtype meta tables
Expand Down

0 comments on commit 3bc7879

Please sign in to comment.