-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial tests #244
Tutorial tests #244
Conversation
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
For whatever reason the CI is not pulling in new requirement nbconvert. |
Looking into it. This passes locally. |
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
My mistake. It looks like nbconvert was not part of dependencies. It is now. |
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great idea to keep our tutorials alive.
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
Due to path issues I couldn't get this to run on windows and I don't have time to debug right now. I've excluded other OSes besides Linux for now. Having fast feedback on Linux is a good start and should catch 99% of issues we would see that break our tutorials. We can revisit windows and mac OS at a later date. |
* Add test_tutorials * Fix tutorial metadata, update tutorial test docstrings * Install ipykernel, other dependencies * Update tutorial01_mnist_digit_classification.ipynb * Update ci-build.yml * Run only on linux Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
Issue Number: #243
Objective of pull request: Create tests for tutorials
Pull request checklist
Your PR fulfills the following requirements:
flakeheaven lint src/lava tests/
) and (bandit -r src/lava/.
) pass locallypytest
) passes locallyPull request type
Please check your PR type:
Does this introduce a breaking change?