-
Notifications
You must be signed in to change notification settings - Fork 52
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
Issue # 65 pull request #73
Closed
deenaawny-github-account
wants to merge
618
commits into
alphanome-ai:main
from
deenaawny-github-account:issue-number-65
Closed
Issue # 65 pull request #73
deenaawny-github-account
wants to merge
618
commits into
alphanome-ai:main
from
deenaawny-github-account:issue-number-65
Conversation
This file contains 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
test: add unit tests for wrap_tags_in_new_parent, is_unary_tree and without_tags.
…hip being selected
…014423 without breaking other parsing
as page header element
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.
The PR gives a fix for top section title elements (labeled as page header elements) for MSFT report.
All top section title elements are now identified correctly.
This is a sub-solution to the overall solution to issue # 65.
There are several fixed files, these were errors from Ruff after removing "E501", # Line too long from ignore list for [tool.ruff] (found in pyproject.toml).
Also, added one unit test for top section manager for 10q (see test_top_section_manager_for_10q.py). After the unit test was added, the unit tests coverage increased from 94.31% to 95.16%.