Skip to content

Commit bbd2195

Browse files
Merge pull request #10 from S-FM/feat/limix
updated tests
2 parents bf3cf78 + 482be32 commit bbd2195

File tree

6 files changed

+230
-207
lines changed

6 files changed

+230
-207
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
test:
1111
name: Test Python ${{ matrix.python-version }}
1212
runs-on: ubuntu-latest
13-
if: false # Tests temporarily disabled
1413
strategy:
1514
fail-fast: false
1615
matrix:
@@ -50,7 +49,6 @@ jobs:
5049
test-examples:
5150
name: Test Examples
5251
runs-on: ubuntu-latest
53-
if: false # Tests temporarily disabled
5452
steps:
5553
- name: Checkout code
5654
uses: actions/checkout@v4
@@ -72,9 +70,10 @@ jobs:
7270
7371
- name: Check example notebooks can be read
7472
run: |
75-
python -c "import nbformat; nbformat.read('examples/flowstate_simple_example.ipynb', as_version=4)"
76-
python -c "import nbformat; nbformat.read('examples/model_comparison_example.ipynb', as_version=4)"
77-
python -c "import nbformat; nbformat.read('examples/model_comparison_simple.ipynb', as_version=4)"
73+
python -c "import nbformat; nbformat.read('examples/airpassengers_dataset.ipynb', as_version=4)"
74+
python -c "import nbformat; nbformat.read('examples/toy_example.ipynb', as_version=4)"
75+
python -c "import nbformat; nbformat.read('examples/limix_classification_example.ipynb', as_version=4)"
76+
python -c "import nbformat; nbformat.read('examples/limix_regression_example.ipynb', as_version=4)"
7877
7978
- name: Verify eval package imports
8079
run: |

0 commit comments

Comments
 (0)