You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
see internal report: 33329
The text was updated successfully, but these errors were encountered:
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]>
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]>
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.
see internal report: 33329
The text was updated successfully, but these errors were encountered: