Skip to content
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: 4197110: Add the collectx versions to the to the PDF #286

Merged
merged 5 commits into from
Dec 8, 2024
Merged

Conversation

Miryam-Schwartz
Copy link
Contributor

@Miryam-Schwartz Miryam-Schwartz commented Dec 5, 2024

What

Add the collectx versions to the to the PDF.

Why ?

Display of extracted data.

How ?

_save_collectx_versions method was added to the class set _funcs_for_analysis. This method extracts the versions and save them in dataframes_for_pdf list.

Testing ?

Tested manually to ensure the output looks the same as before the change.

Special triggers

Use the following phrases as comments to trigger different runs

  • bot:retest rerun Jenkins CI (to rerun GitHub CI, use "Checks" tab on PR page and rerun all jobs)
  • bot:upgrade run additional update tests

@drorlevy drorlevy changed the title issue: 4197110: Add the collectx versions to the to the PFD issue: 4197110: Add the collectx versions to the to the PDF Dec 5, 2024
Comment on lines +63 to +64
for txt in self._txt_list:
print(txt, file=output)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you touched it :) (Which is great!)
Why do we need this logic? Cant we add these texts and combine them with the text we send in add_list_of_dicts_as_text ?
(will also mean a small refactor, but it makes sense)
Not a must right now...

@drorlevy drorlevy merged commit 658e078 into main Dec 8, 2024
3 checks passed
@drorlevy drorlevy deleted the collectx branch December 8, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants