Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Tutorials
on:
schedule:
# 1am on wednesday (minute, hour, day, month, day-of-the-week)
- cron: '0 1 * * 3'
# 11am on wednesday (minute, hour, day, month, day-of-the-week)
- cron: '0 11 * * 3'

jobs:

Expand Down
4 changes: 3 additions & 1 deletion tests/test-tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ def scan(root, failed=None):

# Test notebooks
if os.path.splitext(filename)[1] == '.ipynb':
print(f'Testing {path}' + '.' * (max(0, 70 - len(path))),
pretty = os.path.relpath(path, '..')

print(f'Testing {pretty}' + '.' * (max(0, 70 - len(pretty))),
end='')
sys.stdout.flush()
res = test_notebook(root, filename)
Expand Down
28 changes: 14 additions & 14 deletions tutorial/appendix/c-rs/2-rs-cm-one-shot.ipynb

Large diffs are not rendered by default.

57 changes: 37 additions & 20 deletions tutorial/appendix/d-filters/4-stimulus-filter.ipynb

Large diffs are not rendered by default.