Skip to content

Commit

Permalink
list types of columns
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Sep 13, 2024
1 parent 29ad89e commit fff6cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desispec/scripts/zcatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def main(args=None):
try:
expfm = np.hstack(exp_fibermaps)
except TypeError:
log.error(str(exp_fibermaps))
log.error(str([e.columns for e in exp_fibermaps]))
expfm = None
else:
expfm = None
Expand Down

0 comments on commit fff6cd3

Please sign in to comment.