Skip to content

Commit

Permalink
.github/workflows/ci.yml:
Browse files Browse the repository at this point in the history
Added DES Y3 + KiDS-1000 test to the workflow
  • Loading branch information
cheymans committed Aug 22, 2023
1 parent 6124b31 commit a785f12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ jobs:
cosmosis examples/des-y3.ini -v halo_model_parameters.logT_AGN=8.2 -p camb.halofit_version=mead2020_feedback | tee output/des-y3-mead.log
grep -e 'Likelihood = 6049.94' -e 'Likelihood = 6049.00' output/des-y3-mead.log
- name: Joint DES Y3 and KiDS-1000 likelihood
shell: bash -l {0}
run: |
source cosmosis-configure
cosmosis examples/des-y3_and_kids-1000.ini | tee output/des-y3_and_kids-1000.log
grep 'Likelihood = -199.409' output/des-y3_and_kids-1000.log
- uses: actions/cache@v2
name: ACT Data Cache
id: cache-act
Expand Down

0 comments on commit a785f12

Please sign in to comment.