Skip to content

Commit

Permalink
Merge pull request #4 from pomonam/documentation
Browse files Browse the repository at this point in the history
Configure tests
  • Loading branch information
pomonam authored Mar 19, 2024
2 parents f37d027 + a11ee2f commit 70e9696
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ jobs:
- name: Run All Tests
run: |
pip install -e ."[dev]"
pytest -vx tests/test_testable_tasks.py
pytest -vx tests/test_analyzer.py
pytest -vx tests/test_modules.py
pytest -vx tests/test_samplers.py
pytest -vx tests/test_per_sample_gradients.py
pytest -vx tests/factors/test_covariances.py
pytest -vx tests/factors/test_eigens.py
pytest -vx tests/scores/test_pairwise_scores.py
pytest -vx tests/scores/test_self_scores.py
2 changes: 2 additions & 0 deletions examples/uci/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
scikit-learn
jupyter
4 changes: 2 additions & 2 deletions tests/test_per_sample_gradients.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@ def test_query_gradient_svd(


@pytest.mark.parametrize("input_dim", [256, 512])
@pytest.mark.parametrize("output_dim", [512, 1024, 2048])
@pytest.mark.parametrize("output_dim", [512, 1024])
@pytest.mark.parametrize("batch_dim", [8, 16])
@pytest.mark.parametrize("qbatch_dim", [8, 16, 128])
@pytest.mark.parametrize("qbatch_dim", [8, 16])
@pytest.mark.parametrize("rank", [32])
@pytest.mark.parametrize("seed", [0])
def test_query_gradient_svd_reconst(
Expand Down

0 comments on commit 70e9696

Please sign in to comment.