-
Notifications
You must be signed in to change notification settings - Fork 234
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
Add formatting for GenAi-PA report #491
Conversation
|
||
console = Console() | ||
console.print(table) | ||
|
||
field_stats = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is field_stats used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this! I missed some of the old implementation code. It should be cleaner now. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! 🚀
This pull request formats the printed metrics produced by GenAi-PA. While we only have two metrics so far, it aims to future-proof metrics so that there is less work as new metrics are added.
Note that the below output seems to be wrong (the number of seconds is too high). This pull request is only focused on formatting. The computation will either be in a separate ticket or be added here later, if the team decides that is easier.
Output: