Document repeat reliability methodology - #81
Merged
bernalde merged 2 commits intoMay 27, 2026
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.
No blocking issues found.
- Blocking issues: none.
- Nonblocking issues: none.
- Questions: none.
- Tests run and outcomes:
python -m pytest tests/test_methodology_docs.py -q- 2 passed.python run_tests.py all --fast- unit, integration, and smoke suites 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 with existing advisory style warnings.gh pr checks 81 --repo usra-riacs/stochastic-benchmark- all reported checks passed.
- Merge recommendation: merge-ready. I am submitting this as COMMENT because GitHub does not allow the authenticated author account to approve its own PR.
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
R_c, RTT/TTS, CETS, and thresholded continuous metrics, while continuous Response and PerfRatio curves remain bootstrap-based unless thresholded.Tests run
python -m pytest tests/test_methodology_docs.py -q- 2 passed.python run_tests.py unit --fast- 413 passed, 12 warnings.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 run_tests.py integration- 11 passed.Notes about tests not run
Closes #76