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

[BUG] Only part of performance data is shown in daily performance test #1117

Closed
aiChaoSONG opened this issue Oct 20, 2023 · 0 comments · Fixed by #1118
Closed

[BUG] Only part of performance data is shown in daily performance test #1117

aiChaoSONG opened this issue Oct 20, 2023 · 0 comments · Fixed by #1118

Comments

@aiChaoSONG
Copy link

aiChaoSONG commented Oct 20, 2023

Describe the bug
See below picture, only a part of the performance statistics is printed, others are hided with a ..., we want all the data to show in the terminal.
image

see internal report: 33329

aiChaoSONG pushed a commit to aiChaoSONG/sof-test that referenced this issue Oct 20, 2023
By default, pandas will only show part of the table in printing
if the table have a row number greater than display.max_rows,
or a column number greater than display.max_columns,

This patch makes sure the whole pandas table is printed
by setting display.max_rows and display.max_columns to
None in printing context.

Fixes: thesofproject#1117

Signed-off-by: Chao Song <[email protected]>
aiChaoSONG pushed a commit that referenced this issue Oct 23, 2023
By default, pandas will only show part of the table in printing
if the table have a row number greater than display.max_rows,
or a column number greater than display.max_columns,

This patch makes sure the whole pandas table is printed
by setting display.max_rows and display.max_columns to
None in printing context.

Fixes: #1117

Signed-off-by: Chao Song <[email protected]>
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 a pull request may close this issue.

1 participant