-
Notifications
You must be signed in to change notification settings - Fork 11
feat: add summary generation and export functionality for results #341
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
Closed
Closed
Changes from 27 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
86b2eb2
feat: add summary generation and export functionality for results
JessUWE ea0a63e
test: add coverage tests for table info extraction
JessUWE f3c6d96
fix coverage
JessUWE f9ef74e
test: add coverage for empty summary edge case (line 595)
JessUWE 47359b2
test: remove unused variable idx_type
JessUWE f817df2
test: fix unused variable warnings by using underscore
JessUWE e8bc926
feat: implement session summary with differencing risk detection
JessUWE e3665ff
feat(record): update warning message
JessUWE 5f14a04
Merge branch 'main' into feature/224-session-summary
JessUWE 404bba3
Add generate_summary() to provide high-level output overview for chec…
JessUWE fcbe9fa
- Add multi-layered 'DO NOT RELEASE' warnings (filename, comment)
JessUWE 4c16dcd
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e1271ae
Remove tests for index and columns name extraction
JessUWE 6a96fd2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c2cd7b6
refactor: remove unreachable elif branches and unnecessary tests
JessUWE ee46528
Fixes issue where tables with identical variables but different
JessUWE 0202e39
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 61ab307
Fixes issue where tables with identical variables but different
JessUWE f7c8937
Merge branch 'feature/224-session-summary' of https://github.com/AI-S…
JessUWE 603db30
fix: correct differencing risk detection for suppression settings
JessUWE f72f049
fix: correct differencing risk detection for suppression settings
JessUWE 55c3320
fix: correct differencing risk detection for suppression settings
JessUWE 6799fab
fix: correct differencing risk detection for suppression settings
JessUWE c6524a5
refactor: simplify test_extract_table_info_with_numeric_data and remo…
JessUWE 7234259
Merge branch 'feature/224-session-summary' of https://github.com/AI-S…
JessUWE a0116b8
refactor: simplify docstring for generate_variable_matrix_table and r…
JessUWE 1238fdd
Add per-file ignores for acro_stata_parser.py
jim-smith 5f18e0c
fix: resolve code review issues in session summary implementation
JessUWE 10b8ccd
Merge main branch into feature/224-session-summary
JessUWE 8c30d0d
Refactor Record class and improve variable extraction
JessUWE b4a3871
Enhance assertions for summary DataFrame variables
JessUWE 4e28a64
refactor: add regression variable extraction functions and tests
JessUWE 9002c7f
Refactor test_initial.py and improve documentation
JessUWE File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.