Clarify repeat reliability tutorial scope - #82
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
bernalde
commented
May 27, 2026
bernalde
left a comment
Collaborator
Author
There was a problem hiding this comment.
Blocking issues: None.
Nonblocking issues: None.
Questions: None.
Tests run and outcomes:
python -m pytest tests/test_verify_tutorials.py -q- 9 passed.python run_tests.py unit --fast- 414 passed, 12 warnings.python run_tests.py integration- 11 passed.flake8 src --count --select=E9,F63,F7,F82 --show-source --statistics- exited 0 with 0 critical issues.flake8 src --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics- exited 0; reported the existing advisory style backlog.python scripts/verify_tutorials.py --dry-run- passed and listed the expected runnable/skipped notebooks.python scripts/verify_tutorials.py --output-dir /tmp/pr82-executed-notebooks- initially failed under sandboxed execution because Jupyter could not create kernel sockets (PermissionError: [Errno 1] Operation not permitted); rerun with the same command under approved escalation passed. The manifest skipped the slow Wishart notebooks as expected.
CI status:
gh pr checks 82 --repo usra-riacs/stochastic-benchmarkreports all checks passing, including Python 3.10/3.11/3.12 tests, integration tests, coverage summary, Codecov patch, and tutorial smoke.
Merge recommendation:
- The PR should be merged as-is. Submitted as COMMENT because the authenticated GitHub account is the PR author, so GitHub does not allow an approval review from this account.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tests run
python -m pytest tests/test_verify_tutorials.py -q- 9 passed.python run_tests.py unit --fast- 414 passed, 12 warnings.python run_tests.py integration- 11 passed.flake8 src --count --select=E9,F63,F7,F82 --show-source --statistics- 0 critical issues.flake8 src --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics- exited 0; printed existing advisory style warnings.python scripts/verify_tutorials.py --dry-run- completed and listed the runnable/skipped notebook plan.Notes about tests not run
python scripts/verify_tutorials.py --output-dir executed-notebooks.Closes #71