-
Notifications
You must be signed in to change notification settings - Fork 189
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
Update tutorials and improve tutorial testing framework #3408
Conversation
Modernize code, fix broken HTML tags in figures, clean up bibliographies, fix CMake logic.
Rewrite most of the regular expressions as AST node visitors to improve the reliability of the importlib_wrapper. Better support parsing of Jupyter cells containing matplotlib import statements, which can lead to plots not being displayed in the HTML output.
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
Further considerations:
|
Codecov Report
@@ Coverage Diff @@
## python #3408 +/- ##
=======================================
+ Coverage 86% 86% +<1%
=======================================
Files 538 534 -4
Lines 25306 25099 -207
=======================================
- Hits 21829 21701 -128
+ Misses 3477 3398 -79
Continue to review full report at Codecov.
|
Fixes a regression introduced by 1cc931f
testsuite/scripts/tutorials/test_05-raspberry_electrophoresis.py
Outdated
Show resolved
Hide resolved
Allows users to run the script with option `--help` and get the documentation even if the script dependencies are not installed or if CMake variables were not substituted.
Description of changes: