From ff1d25c5d787e31bfbbd46506c2a510ebe880ead Mon Sep 17 00:00:00 2001 From: Geoffrey Woollard Date: Wed, 26 Jun 2024 10:10:12 -0400 Subject: [PATCH] svd test in github workflows script --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4d98e66..829a237 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -56,6 +56,7 @@ jobs: - name: Test with pytest run: | pytest tests/test_preprocessing.py + pytest tests/test_svd.py pytest tests/test_map_to_map.py pytest tests/test_distribution_to_distribution.py