"model/models/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "2dfb74410d2cca08fa6dd62a0863e2e8d5ad1a8a"
Commit 18f2c1cc authored by Boris Bonev's avatar Boris Bonev Committed by Boris Bonev
Browse files

adding more unittests to CI

parent 4350ba9f
......@@ -29,4 +29,4 @@ jobs:
- name: Test with pytest
run: |
python3 -m pip install pytest pytest-cov parameterized
python3 -m pytest --cov-report term --cov-config=.coveragerc --cov=torch_harmonics ./tests/test_sht.py ./tests/test_convolution.py
\ No newline at end of file
python3 -m pytest --cov-report term --cov-config=.coveragerc --cov=torch_harmonics ./tests/test_sht.py ./tests/test_convolution.py ./tests/test_attention.py ./tests/test_cache.py
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment