-
Notifications
You must be signed in to change notification settings - Fork 82
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
Feature/notebook tests #108
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## main #108 +/- ##
==========================================
- Coverage 87.27% 79.40% -7.87%
==========================================
Files 41 42 +1
Lines 3708 3904 +196
Branches 431 446 +15
==========================================
- Hits 3236 3100 -136
- Misses 364 677 +313
- Partials 108 127 +19
|
facc7f5
to
8dca3ff
Compare
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.
Thanks so much Michal for all of this work, it's fantastic to see these improvements in the doc!
* Add pre-commit to black format of notebook * Add notebook testing on CI * Use `black-nb`, fix lexer, add black config * Format notebooks again * Rerun Hessians notebook with correct precond * Use `--nbval-lax` * Autogenerate collab badge * Add `!pip install ...` cell for notebooks * Update notebook bibtex references * Update bibliography * Add rest of the bibtex entries * [ci skip] Update pre-commit * Switch to `testbook`, add notebook tests * Switch linting CI to Python3.9 * Update CONTRIBUTING.md * Try different kernel name, lint back on 3.8 * Install ipykernel on the CI * Remove grid notebook test * Fix wrong package links * Fix linter * Update core.rst * Update core.rst Co-authored-by: marcocuturi <[email protected]>
In this PR:
black
)online
option change)TODOs:
--run-all-files
)docs/notebooks/OTT_&_POT.ipynb
?closes #104