Skip to content

Commit

Permalink
trying to fix a bug/feature for firecrown
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Sanchez authored and Javier Sanchez committed Jan 31, 2025
1 parent 5012db3 commit 4c6a46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/utils/theory_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 4c6a46b

Please sign in to comment.