From 4c6a46b0e839caa9d142bba6dae72ad455773583 Mon Sep 17 00:00:00 2001 From: Javier Sanchez Date: Fri, 31 Jan 2025 09:49:25 -0500 Subject: [PATCH] trying to fix a bug/feature for firecrown --- augur/utils/theory_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/augur/utils/theory_utils.py b/augur/utils/theory_utils.py index 7d9330c..14494d1 100644 --- a/augur/utils/theory_utils.py +++ b/augur/utils/theory_utils.py @@ -57,7 +57,7 @@ def compute_new_theory_vector(lk, tools, _sys_pars, _pars, cf=None, return_all=F extra_dict['amplitude_parameter'] = 'sigma8' dict_all.pop('A_s') else: - extra_dict['amplitude_parameter'] = 'A_s' + extra_dict['amplitude_parameter'] = 'As' dict_all.pop('sigma8') extra_dict['mass_split'] = dict_all['mass_split']