CCL
CCL copied to clipboard
DarkEmulator HaloMassFunction
I have implemented halo mass function calculated by Dark Emulator (Nishimichi et al. 2019). The file name is nishimichi19.py. Accordingly, import statement is also added into init.py file in hmfunc directory. Any comments or questions are welcome.
Pull Request Test Coverage Report for Build 9905945849
Details
- 50 of 50 (100.0%) changed or added relevant lines in 2 files are covered.
- 1 unchanged line in 1 file lost coverage.
- Overall coverage increased (+0.005%) to 97.464%
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| pyccl/_core/parameters/fftlog_params.py | 1 | 97.06% |
| <!-- | Total: | 1 |
| Totals | |
|---|---|
| Change from base Build 9678008689: | 0.005% |
| Covered Lines: | 6611 |
| Relevant Lines: | 6783 |
💛 - Coveralls
I have just added a benchmark test for the Dark Emulator halo mass function (test_nishimichi19_hmf.py, hmf_nishimichi19.txt). I also changed some of the RuntimeError statements in /hmfunc/nishimichi19.py.