Skip to content

Commit 3033f77

Browse files
committed
Merge branch 'master' of github.com:AllenDowney/ModSimPy
2 parents b178901 + aa88df3 commit 3033f77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ clean:
3030

3131
tests:
3232
cd chapters; pytest --nbmake chap*.ipynb
33-
cd examples; pytest --nbmake *.ipynb
33+
# many of the examples don't pass tests without the solutions
34+
# cd examples; pytest --nbmake *.ipynb

0 commit comments

Comments
 (0)