-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pyccl optional (#153) * pyccl optional * oops * Add simple halo model (#150) * remove depracated likelihood.theory calls * codestyle * sphinx compatability update * sphinx compatability update 2204 * add build tools * move rtd python ver * rtd try different pyver * rtd try different order * conda on rtd * update rtd mock import * add rtd theme * add rtd theme correctly * add rtd theme in setup.cfg * Testing yaml instead of yml. * added docs conda env * add full requirements in docs * pin tensorflow dep * started basic halo model * started basic pyhm implementation and tests * pkmm computation with z loop * remove empty functions * test against precomputed value * codestyle and fix test * add missing default files * added docs * line length * remove refernce to bias model in docs * improve docs --------- Co-authored-by: Hidde Jense <[email protected]> * Deprecations update (#155) * pyccl optional * oops * remove pkg_resources * str path * pudate latest * fix * py311 * py311 * py311 * typo * Update docs/soliket-docs.yml * Update soliket-tests.yml --------- Co-authored-by: Ian Harrison <[email protected]> * Pycharm tidies (#161) * pyccl optional * oops * remove pkg_resources * str path * added new warnings, fails * pudate latest * changes for new reqs * fix * py311 * py311 * py311 * update halomodel codestyle * Mist tidy * typo * brackets --------- Co-authored-by: Ian Harrison <[email protected]> * Run tests only on PR open, review requests (#159) * run tests only on PR open, review requests * added some extra instructions in docs * reorder on setting * line break * reset what is written in docs * Add more flake8 requirements (#157) * added new warnings, fails * changes for new reqs * update halomodel codestyle * whitespace warnings * added zstar to crosscorrelation (#165) * Implementation of the lensing power spectrum computation with CCL (#166) * Implementing the lensing power spectrum computation with CCL. Added a flag to choose whether to use CAMB or CCL to compute this power spectrum. * Adding test to check CCL and CAMB agree to predict the CMB lensing power spectrum --------- Co-authored-by: Raphaël Kou <[email protected]> * solving bug in mflike (#170) * Fix readme (#173) * stricter indentation * Update README.rst * Dev check ell range mflike (#171) * change to lmax requirements * removing comments in modified files * solving style issues * solving issues in test mflike * solving codestyle issues * switched from hard-coded to l_bpws-depndt multipole * fixed codestyle --------- Co-authored-by: Martina Gerbino <[email protected]> Co-authored-by: Ian Harrison <[email protected]> * Resolving packages path with cobaya tools (#169) * Fix extra letter in calibration params * Use cobaya tools to resolve packages path * flake * Revert "flake" This reverts commit 526acde. * Update yaml files with correct paramnames and paths For the `test_multi.py`, I switched from `MFLike` to `TestMFLike`, coherently with `test_mflike.py` * Update paths in test_multi * Enable multi and mflike in test_runs * bug fix * Avoid overwrite global packages_path * flake * Change pathfinding to data with packages path * Revert to request forcing rootdir * Point to `tox.ini` directory --------- Co-authored-by: mgerbino <[email protected]> Co-authored-by: Ian Harrison <[email protected]> --------- Co-authored-by: Antony Lewis <[email protected]> Co-authored-by: Hidde Jense <[email protected]> Co-authored-by: raphkou <[email protected]> Co-authored-by: Raphaël Kou <[email protected]> Co-authored-by: Serena Giardiello <[email protected]> Co-authored-by: mgerbino <[email protected]> Co-authored-by: Martina Gerbino <[email protected]> Co-authored-by: Giacomo Galloni <[email protected]>
- Loading branch information
1 parent
c7358dc
commit 2f9139a
Showing
56 changed files
with
942 additions
and
672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ pyccl | |
sacc | ||
fgspectra>=1.1.0 | ||
syslibrary | ||
pyhalomodel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
# other information are set in the setup.cfg file. | ||
|
||
import os | ||
import sys | ||
|
||
from setuptools import setup | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.