Skip to content

Commit

Permalink
Merge pull request #62 from luigibonati/tutorials_fix
Browse files Browse the repository at this point in the history
Tutorials_fix
  • Loading branch information
luigibonati authored May 29, 2023
2 parents afb8ab6 + 959f5ae commit c4f8518
Show file tree
Hide file tree
Showing 92 changed files with 2,162 additions and 56,506 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,17 @@ jobs:
pytest -v --cov=mlcolvar --cov-report=xml --color=yes mlcolvar/tests/
pytest -v --nbmake docs/notebooks/ --ignore=docs/notebooks/tutorials/data/ --cov=mlcolvar --cov-append --cov-report=xml --color=yes
cat ./coverage.xml
- name: Run notebook tests
# conda setup requires this special shell
shell: bash -l {0}
if: contains( matrix.os, 'ubuntu' )
run: |
pytest -v --nbmake docs/notebooks/ --ignore=docs/notebooks/tutorials/data/ --cov=mlcolvar --cov-append --cov-report=xml --color=yes
- name: CodeCov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
flags: codecov
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
Binary file not shown.
1,997 changes: 0 additions & 1,997 deletions docs/notebooks/paper_experiments/results/multitask/data/KERNELS

This file was deleted.

Binary file not shown.
1,001 changes: 0 additions & 1,001 deletions docs/notebooks/paper_experiments/results/multitask/data/stats.out

This file was deleted.

Binary file not shown.
1,997 changes: 0 additions & 1,997 deletions docs/notebooks/paper_experiments/results/supervised/data/KERNELS

This file was deleted.

Binary file not shown.
1,001 changes: 0 additions & 1,001 deletions docs/notebooks/paper_experiments/results/supervised/data/stats.out

This file was deleted.

Binary file not shown.
4,001 changes: 0 additions & 4,001 deletions docs/notebooks/paper_experiments/results/timelagged/deepTICA/data/stats.out

This file was deleted.

19,997 changes: 0 additions & 19,997 deletions docs/notebooks/paper_experiments/results/timelagged/opes-y/KERNELS

This file was deleted.

10,310 changes: 0 additions & 10,310 deletions docs/notebooks/paper_experiments/results/timelagged/opes-y/histogram.data

This file was deleted.

10,310 changes: 0 additions & 10,310 deletions docs/notebooks/paper_experiments/results/timelagged/opes-y/out_potential.data

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c4f8518

Please sign in to comment.