File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7070
7171 - name : Check example notebooks can be read
7272 run : |
73- python -c "import nbformat; nbformat.read('examples/flowstate_simple_example.ipynb', as_version=4)"
74- python -c "import nbformat; nbformat.read('examples/model_comparison_example.ipynb', as_version=4)"
75- 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)"
7677
7778 - name : Verify eval package imports
7879 run : |
You can’t perform that action at this time.
0 commit comments