Include AIR tutorial in smoke tests.#694
Include AIR tutorial in smoke tests.#694fritzo merged 2 commits intopyro-ppl:devfrom null-a:air-tut-smoke-test
Conversation
|
Thanks for doing this @null-a ! I'm not sure why the build is failing, but my guess is that it's a dependency issue. You might try running |
|
@fritzo I don't think it's a dependency thing. The cells that fail are the ones that have output checked in to the repo. (Such output is part of the tutorial content.) I'll try to dig a bit deeper. |
|
Hmm I wonder if it's a headless graphics backend thing like |
@fritzo Not sure, but I don't think so, since cell 6 is failing, and that only has textual output. |
|
I've upgraded nbval locally (0.7 -> 0.9) and I'm now seeing the failure locally too. |
|
If I "run all cells" and then save the notebook, then the smoke tests pass. The error message I'm seeing suggests this is something to do with the execution count been |
|
I've added the execution counts to the repo by running the notebook locally, and then running |
|
Well I'm not opposed to pinning to an old "working" version of |
|
Actually I recall being unable to load a tutorial notebook due to a |
|
@null-a Do you want me to merge this as-is, or do you want to add |
|
@fritzo I don't have a preference, happy to go with whatever seems best to you. If you'd like the |
|
We can do it in a late PR. merging. Thanks for adding this! |
|
@fritzo: no worries, thanks for your help. |
This is an attempt to include the AIR tutorial in new (#678) tutorial smoke tests. I'm not making use of the
smoke_testflag within the tutorial as none of its cells do much work. This works locally, but I'll keep an eye on travis in case of problems.