File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ exclude camb/camblib.so
7
7
include camb/PArthENoPE_880.2_marcucci.dat
8
8
include camb/PArthENoPE_880.2_standard.dat
9
9
include camb/PRIMAT_Yp_DH_Error.dat
10
+ include camb/PRIMAT_Yp_DH_ErrorMC_2021.dat
10
11
exclude camb/HighLExtrapTemplate_lenspotentialCls.dat
11
12
exclude fortran/sigma8.f90
12
13
exclude fortran/writefits.f90
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ class BBN_table_interpolator(BBNPredictor):
74
74
BBN predictor based on interpolation from a numerical table calculated by a BBN code.
75
75
76
76
Tables are supplied for `Parthenope <http://parthenope.na.infn.it/>`_ 2017 (PArthENoPE_880.2_standard.dat, default),
77
- similar but with Marucci rates (PArthENoPE_880.2_marcucci.dat), and
78
- `PRIMAT <http://www2.iap.fr/users/pitrou/primat.htm>`_ (PRIMAT_Yp_DH_Error.dat).
77
+ similar but with Marucci rates (PArthENoPE_880.2_marcucci.dat),
78
+ `PRIMAT <http://www2.iap.fr/users/pitrou/primat.htm>`_ (PRIMAT_Yp_DH_Error.dat, PRIMAT_Yp_DH_ErrorMC_2021.dat ).
79
79
80
80
:param interpolation_table: filename of interpolation table to use.
81
81
:param function_of: two variables that determine the interpolation grid (x,y) in the table,
@@ -230,3 +230,5 @@ def get_predictor(predictor_name=None):
230
230
print (BBN_fitting_parthenope ().DH (0.02463 , - 0.6 ))
231
231
print (BBN_table_interpolator ('PArthENoPE_880.2_marcucci.dat' ).DH (0.02463 , - 0.6 ))
232
232
print (BBN_table_interpolator ('PRIMAT_Yp_DH_Error.dat' ).DH (0.02463 , - 0.6 ))
233
+ print (BBN_table_interpolator ('PRIMAT_Yp_DH_ErrorMC_2021.dat' ).DH (0.02463 , - 0.6 ))
234
+
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ def run(self):
287
287
platforms = "any" ,
288
288
package_data = {'camb' : [DLLNAME , 'HighLExtrapTemplate_lenspotentialCls.dat' ,
289
289
'PArthENoPE_880.2_marcucci.dat' , 'PArthENoPE_880.2_standard.dat' ,
290
- 'PRIMAT_Yp_DH_Error.dat' ]},
290
+ 'PRIMAT_Yp_DH_Error.dat' , 'PRIMAT_Yp_DH_ErrorMC_2021.dat' ]},
291
291
test_suite = 'camb.tests' ,
292
292
entry_points = {
293
293
'console_scripts' : [
You can’t perform that action at this time.
0 commit comments