We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59c6a3 commit ea1ba52Copy full SHA for ea1ba52
2 files changed
.github/workflows/dca_tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ["3.8", "3.8", "3.9"]
+ python-version: ["3.7", "3.8", "3.9"]
15
steps:
16
- name: Test DCA
17
uses: actions/checkout@v3
tests/test_dca.py
@@ -194,4 +194,3 @@ def test_DCA_validation_score(lorenz_dataset):
194
195
model.fit_projection(T=3)
196
assert_allclose(model.score(), model.score(X))
197
-
0 commit comments