Skip to content

Commit 1a92d15

Browse files
committed
Fix typo in balmer module [ci skip] #81
1 parent 26fb067 commit 1a92d15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Metallicity_Stack_Commons/plotting/balmer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def HbHgHd_fits(fitspath, out_pdf_prefix='HbHgHd_fits',
136136
astropy_table_file = join(fitspath, filename_dict['bin_fit'])
137137
out_pdf = join(fitspath, out_pdf_prefix+'.pdf')
138138
else:
139-
astropy_table_file = join(fitspath, filename_dict['bin_fit_rev'])
139+
astropy_table_file = join(fitspath, filename_dict['bin_fit_MC'])
140140
out_pdf = join(fitspath, out_pdf_prefix+'.MC.pdf')
141141

142142
astropy_table = asc.read(astropy_table_file)

0 commit comments

Comments
 (0)