Skip to content

Commit

Permalink
Adding convolution tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Dec 18, 2023
1 parent dadad7f commit 48e26b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Test with pytest
run: |
python -m pip install pytest pytest-cov parameterized
python -m pytest --cov-report term --cov-config=.coveragerc --cov=torch_harmonics ./tests/test_sht.py
python -m pytest --cov-report term --cov-config=.coveragerc --cov=torch_harmonics ./tests/test_sht.py ./tests/test_convolution.py

0 comments on commit 48e26b0

Please sign in to comment.