We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ce54f commit 5abc482Copy full SHA for 5abc482
.github/workflows/tests.yml
@@ -44,7 +44,7 @@ jobs:
44
set -xe
45
python -VV
46
python -c "import torch; print(torch.__version__)"
47
- pytest --cov=orthogonium.layers --cov-report lcov tests --cov-exclude="orthogonium.legacy.*" --cov-exclude="orthogonium.conv.adaptiveSOC"
+ pytest --cov=orthogonium.layers --cov-report lcov tests
48
shell: bash
49
50
- name: Upload Coverage to Coveralls
0 commit comments