Skip to content

Commit

Permalink
revert to no clik in cosmo install for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Mar 31, 2023
1 parent 40b0616 commit 306e3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion cobaya/cosmo_input/input_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@
"planck_2018_lensing.native": None,
"planck_2018_lowl.TT": None,
"planck_2018_lowl.EE": None,
"planck_2018_highl_plik.TTTEEE": None,
"sn.pantheon": None,
"bao.sdss_dr12_consensus_final": None,
"des_y1.joint": None}}
Expand Down
2 changes: 2 additions & 0 deletions cobaya/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def install(*infos, **kwargs):
:param skip_global: skip installation of already-available Python modules (default:
``False``).
:param debug: produce verbose debug output (default: ``False``).
:param path: optional path where to install the packages
(defaults to any packages_path entry given in the info dictionaries).
:param code: set to ``False`` to skip code packages (default: ``True``).
:param data: set to ``False`` to skip data packages (default: ``True``).
:param no_progress_bars: no progress bars shown; use when output is saved into a text
Expand Down

0 comments on commit 306e3f8

Please sign in to comment.