Skip to content

Commit

Permalink
Fix typo in balmer module [ci skip] #81
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Nov 24, 2020
1 parent 26fb067 commit 1a92d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/plotting/balmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def HbHgHd_fits(fitspath, out_pdf_prefix='HbHgHd_fits',
astropy_table_file = join(fitspath, filename_dict['bin_fit'])
out_pdf = join(fitspath, out_pdf_prefix+'.pdf')
else:
astropy_table_file = join(fitspath, filename_dict['bin_fit_rev'])
astropy_table_file = join(fitspath, filename_dict['bin_fit_MC'])
out_pdf = join(fitspath, out_pdf_prefix+'.MC.pdf')

astropy_table = asc.read(astropy_table_file)
Expand Down

0 comments on commit 1a92d15

Please sign in to comment.