Skip to content

Commit

Permalink
force upgrade pip; tidy BAO
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Feb 15, 2022
1 parent 9471699 commit 36a9acc
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ before_install:
else
pip install mpi4py pytest-forked pytest-cov flaky matplotlib dill coverage flake8;
fi
- python -m pip install --upgrade pip
- python --version

script:
Expand Down
3 changes: 1 addition & 2 deletions cobaya/likelihoods/bao/sdss_dr16_baoplus_elg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ grid_file: bao_data/sdss_DR16_ELG_FSBAO_DMDHfs8gridlikelihood.txt
observable_1: DM_over_rs
observable_2: DH_over_rs
observable_3: f_sigma8
rs_rescale: 1
# Redshift
# Redshift
redshift: 0.85
# Aliases for automatic covariance matrix
aliases: [BAO]
Expand Down
4 changes: 1 addition & 3 deletions cobaya/likelihoods/bao/sdss_dr16_baoplus_lrg.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# eBOSS LRG results, combining measurements from eBOSS DR16 and
# eBOSS LRG results, combining measurements from eBOSS DR16 and
# BOSS DR12 as described in, Alam et al. 2020
# https://arxiv.org/pdf/2007.08991.pdf

path: null
measurements_file: bao_data/sdss_DR16_BAOplus_LRG_FSBAO_DMDHfs8.dat
cov_file: bao_data/sdss_DR16_BAOplus_LRG_FSBAO_DMDHfs8_covtot.txt
# Fiducial sound horizon with which data have been stored
rs_fid: 1 # Mpc
# Aliases for automatic covariance matrix
aliases: [BAO]
# Speed in evaluations/second
Expand Down
3 changes: 1 addition & 2 deletions cobaya/likelihoods/bao/sdss_dr16_baoplus_lyauto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ grid_file: bao_data/sdss_DR16_LYAUTO_BAO_DMDHgrid.txt
# The measurements used
observable_1: DM_over_rs
observable_2: DH_over_rs
rs_rescale: 1
# Redshift
# Redshift
redshift: 2.334
# Aliases for automatic covariance matrix
aliases: [BAO]
Expand Down
3 changes: 1 addition & 2 deletions cobaya/likelihoods/bao/sdss_dr16_baoplus_lyxqso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ grid_file: bao_data/sdss_DR16_LYxQSO_BAO_DMDHgrid.txt
# The measurements used
observable_1: DM_over_rs
observable_2: DH_over_rs
rs_rescale: 1
# Redshift
# Redshift
redshift: 2.334
# Aliases for automatic covariance matrix
aliases: [BAO]
Expand Down
2 changes: 0 additions & 2 deletions cobaya/likelihoods/bao/sdss_dr16_baoplus_qso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
path: null
measurements_file: bao_data/sdss_DR16_BAOplus_QSO_FSBAO_DMDHfs8.dat
cov_file: bao_data/sdss_DR16_BAOplus_QSO_FSBAO_DMDHfs8_covtot.txt
# Fiducial sound horizon with which data have been stored
rs_fid: 1 # Mpc
# Redshift
redshift: 2.334
# Aliases for automatic covariance matrix
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def extract_docs_requirements():
return ["sphinx"] + reqs


install_requires = ['numpy>=1.17.0', 'scipy>=1.5', 'pandas>=1.0.1,!=1.4.0',
install_requires = ['numpy>=1.17.0', 'scipy>=1.5', 'pandas>=1.0.1',
'PyYAML>=5.1', 'requests>=2.18', 'py-bobyqa>=1.2',
'GetDist>=1.3.1', 'fuzzywuzzy>=0.17', 'packaging', 'tqdm',
'portalocker>=2.3.0', 'dill>=0.3.3']
Expand Down

0 comments on commit 36a9acc

Please sign in to comment.