Skip to content

Commit

Permalink
ressurect namaster comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Sep 21, 2024
1 parent bc4f52e commit 1375b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:

- name: Comparing pspy to NaMaster
# NaMaster can not be compiled under python 3.12
if: matrix.os == 'ubuntu-latest' && matrix.python == '3.11'
if: ${{ (matrix.os == 'ubuntu-latest') && (matrix.python == '3.11') }}
run: |
sudo apt-get install -y libcfitsio-dev libfftw3-dev
python -m pip install namaster
python -m unittest pspy/tests/test_pspy_namaster.py

0 comments on commit 1375b92

Please sign in to comment.