Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-harmonics
Commits
18f2c1cc
Commit
18f2c1cc
authored
May 24, 2025
by
Boris Bonev
Committed by
Boris Bonev
May 24, 2025
Browse files
adding more unittests to CI
parent
4350ba9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/tests.yml
.github/workflows/tests.yml
+1
-1
No files found.
.github/workflows/tests.yml
View file @
18f2c1cc
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment