Skip to content

Commit

Permalink
column_names: Use dict literal (iss #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 22, 2020
1 parent c4fc361 commit b0540bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/column_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
temp_metal_names0 = ['T_e', '12+log(O/H)', 'log(O+/H)', 'log(O++/H)', 'O+/H', 'O++/H']

# Dictionary containing filenames
filename_dict = {}
filename_dict = dict()
filename_dict['bin_info'] = 'bin_info.tbl'
filename_dict['bin_fit'] = 'bin_emission_line_fit.tbl'
filename_dict['bin_fit_revised'] = filename_dict['bin_fit'].replace('.tbl', '.revised.tbl')
Expand Down

0 comments on commit b0540bf

Please sign in to comment.