We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can use https://pytest-notebook.readthedocs.io/en/latest/
This requires making the notebook outputs deterministic (currently, error messages mention a temporary file as the error location). See #381
The text was updated successfully, but these errors were encountered:
fix: Fix and update demo notebook (#376)
23b2a15
Closes #371. See https://github.com/CQCL/guppylang/blob/fix/demo-notebook/examples/demo.ipynb for the rendered notebook. Drive-by: Add `bool.__xor__` method for the example. We should check for notebook regressions in CI to avoid breaking the example in the future. See #375
test: Add test to detect notebook regressions (#383)
c2ab65f
Closes #375
mark-koch
Successfully merging a pull request may close this issue.
We can use https://pytest-notebook.readthedocs.io/en/latest/
This requires making the notebook outputs deterministic (currently, error messages mention a temporary file as the error location). See #381
The text was updated successfully, but these errors were encountered: