|
14 | 14 | from .common import process_packages_path
|
15 | 15 | from .conftest import install_test_wrapper
|
16 | 16 |
|
17 |
| -fiducial_parameters = deepcopy(params_lowTEB_highTTTEEE) |
18 |
| -redshifts = [100, 10, 1, 0] |
19 |
| - |
20 | 17 | # Best fit Planck 2015 as test point
|
21 | 18 | params_lowTEB_highTTTEEE = {
|
22 | 19 | # Sampled
|
|
58 | 55 | "calib_217T": 0.99598,
|
59 | 56 | }
|
60 | 57 |
|
| 58 | +derived_lowTEB_highTTTEEE = { |
| 59 | + # param: [best_fit, sigma] |
| 60 | + "H0": [params_lowTEB_highTTTEEE["H0"], 0.66], |
| 61 | + "omegal": [0.6844, 0.0091], |
| 62 | + "omegam": [0.3156, 0.0091], |
| 63 | + "sigma8": [0.8310, 0.013], |
| 64 | + "zrei": [10.07, 1.6], |
| 65 | + # "YHe": [0.2453409, 0.000072], |
| 66 | + # "Y_p": [0.2466672, 0.000072], |
| 67 | + # "DH": [2.6136e-5, 0.030e-5], |
| 68 | + "age": [13.8133, 0.026], |
| 69 | + "zstar": [1090.057, 0.30], |
| 70 | + "rstar": [144.556, 0.32], |
| 71 | + "thetastar": [1.040967, 0.00032], |
| 72 | + "DAstar": [13.8867, 0.030], |
| 73 | + "zdrag": [1059.666, 0.31], |
| 74 | + "rdrag": [147.257, 0.31], |
| 75 | + "kd": [0.140600, 0.00032], |
| 76 | + "thetad": [0.160904, 0.00018], |
| 77 | + "zeq": [3396.2, 33], |
| 78 | + "keq": [0.010365, 0.00010], |
| 79 | + "thetaeq": [0.8139, 0.0063], |
| 80 | + "thetarseq": [0.44980, 0.0032], |
| 81 | +} |
| 82 | + |
| 83 | +fiducial_parameters = deepcopy(params_lowTEB_highTTTEEE) |
| 84 | +redshifts = [100, 10, 1, 0] |
| 85 | + |
61 | 86 |
|
62 | 87 | def _get_model_with_requirements_and_eval(theo, reqs, packages_path, skip_not_installed):
|
63 | 88 | planck_base_model_prime = deepcopy(planck_base_model)
|
|
0 commit comments