Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Added test for Tilting Equivalence notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbehrends committed Jun 7, 2020
1 parent f5e376c commit 85f5162
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ tests:
script: test-nb-CohP1.sh
timeout: 300
after: HomalgProject.jl
- name: TiltingEquivalence.ipynb
script: test-nb-tilteq.sh
timeout: 300
after: HomalgProject.jl
- name: Hecke.ipynb
script: test-nb-Hecke.sh
timeout: 300
Expand Down
3 changes: 3 additions & 0 deletions tests/test-nb-tilteq.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -e
meta/check-julia-notebook notebooks-homalg/TiltingEquivalence.ipynb

0 comments on commit 85f5162

Please sign in to comment.