Skip to content

Commit

Permalink
add updated PRIMAT_Yp_DH_ErrorMC_2021.dat able from Cyril Pitrou
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Mar 8, 2021
1 parent 9096350 commit ab52835
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -7,6 +7,7 @@ exclude camb/camblib.so
include camb/PArthENoPE_880.2_marcucci.dat
include camb/PArthENoPE_880.2_standard.dat
include camb/PRIMAT_Yp_DH_Error.dat
include camb/PRIMAT_Yp_DH_ErrorMC_2021.dat
exclude camb/HighLExtrapTemplate_lenspotentialCls.dat
exclude fortran/sigma8.f90
exclude fortran/writefits.f90
Expand Down
6 changes: 4 additions & 2 deletions camb/bbn.py
Expand Up @@ -74,8 +74,8 @@ class BBN_table_interpolator(BBNPredictor):
BBN predictor based on interpolation from a numerical table calculated by a BBN code.
Tables are supplied for `Parthenope <http://parthenope.na.infn.it/>`_ 2017 (PArthENoPE_880.2_standard.dat, default),
similar but with Marucci rates (PArthENoPE_880.2_marcucci.dat), and
`PRIMAT <http://www2.iap.fr/users/pitrou/primat.htm>`_ (PRIMAT_Yp_DH_Error.dat).
similar but with Marucci rates (PArthENoPE_880.2_marcucci.dat),
`PRIMAT <http://www2.iap.fr/users/pitrou/primat.htm>`_ (PRIMAT_Yp_DH_Error.dat, PRIMAT_Yp_DH_ErrorMC_2021.dat).
:param interpolation_table: filename of interpolation table to use.
:param function_of: two variables that determine the interpolation grid (x,y) in the table,
Expand Down Expand Up @@ -230,3 +230,5 @@ def get_predictor(predictor_name=None):
print(BBN_fitting_parthenope().DH(0.02463, -0.6))
print(BBN_table_interpolator('PArthENoPE_880.2_marcucci.dat').DH(0.02463, -0.6))
print(BBN_table_interpolator('PRIMAT_Yp_DH_Error.dat').DH(0.02463, -0.6))
print(BBN_table_interpolator('PRIMAT_Yp_DH_ErrorMC_2021.dat').DH(0.02463, -0.6))

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -287,7 +287,7 @@ def run(self):
platforms="any",
package_data={'camb': [DLLNAME, 'HighLExtrapTemplate_lenspotentialCls.dat',
'PArthENoPE_880.2_marcucci.dat', 'PArthENoPE_880.2_standard.dat',
'PRIMAT_Yp_DH_Error.dat']},
'PRIMAT_Yp_DH_Error.dat', 'PRIMAT_Yp_DH_ErrorMC_2021.dat']},
test_suite='camb.tests',
entry_points={
'console_scripts': [
Expand Down

0 comments on commit ab52835

Please sign in to comment.