Skip to content

Commit

Permalink
analysis.composite_indv_detect.main: Bug fix in names0 addition (iss #21
Browse files Browse the repository at this point in the history
)
  • Loading branch information
astrochun committed Mar 15, 2020
1 parent 2e0fb0c commit bd98f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def main(fitspath, dataset, composite_file, indv_em_line_file, indv_bin_file, ou

# Include other metallicities
arr0 += list(metal_dict.values())
names0 += metal_dict.keys
names0 += metal_dict.keys()
indv_derived_prop_table = Table(arr0, names=names0)

# Write Astropy ASCII table containing composite T_e and derived metallicity
Expand Down

0 comments on commit bd98f51

Please sign in to comment.