Skip to content

Commit ea1ba52

Browse files
committed
fix
1 parent f59c6a3 commit ea1ba52

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dca_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.8", "3.8", "3.9"]
14+
python-version: ["3.7", "3.8", "3.9"]
1515
steps:
1616
- name: Test DCA
1717
uses: actions/checkout@v3

tests/test_dca.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,3 @@ def test_DCA_validation_score(lorenz_dataset):
194194

195195
model.fit_projection(T=3)
196196
assert_allclose(model.score(), model.score(X))
197-

0 commit comments

Comments
 (0)