From 1a92d15f1b113bf4d3765eb5335e17b9f8542bd2 Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Tue, 24 Nov 2020 16:24:06 -0700 Subject: [PATCH] Fix typo in balmer module [ci skip] #81 --- Metallicity_Stack_Commons/plotting/balmer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Metallicity_Stack_Commons/plotting/balmer.py b/Metallicity_Stack_Commons/plotting/balmer.py index d10fad1..4361465 100644 --- a/Metallicity_Stack_Commons/plotting/balmer.py +++ b/Metallicity_Stack_Commons/plotting/balmer.py @@ -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)