We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b178901 + aa88df3 commit 3033f77Copy full SHA for 3033f77
Makefile
@@ -30,4 +30,5 @@ clean:
30
31
tests:
32
cd chapters; pytest --nbmake chap*.ipynb
33
- cd examples; pytest --nbmake *.ipynb
+ # many of the examples don't pass tests without the solutions
34
+ # cd examples; pytest --nbmake *.ipynb
0 commit comments