Skip to content

Commit

Permalink
Added notebooks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Oct 24, 2024
1 parent 509e128 commit e2d8d6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/check-examples
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ do
p2j -o -t ${name}-gen.ipynb python/${name}.py
cmp ${name}.ipynb ${name}-gen.ipynb
rm ${name}-gen.ipynb
# TODO, add this when GPU is added to CI
# Run script:
# python python/${name}.py

# Run script:
python python/${name}.py
done
3 changes: 2 additions & 1 deletion examples/ci-tested-notebooks.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mps_tutorial
ttn_tutorial
ttn_tutorial
general_state_tutorial

0 comments on commit e2d8d6c

Please sign in to comment.