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

Custom KPI clutter in examples #692

Open
Jaap-Neven opened this issue Oct 15, 2024 · 0 comments
Open

Custom KPI clutter in examples #692

Jaap-Neven opened this issue Oct 15, 2024 · 0 comments
Assignees

Comments

@Jaap-Neven
Copy link

Problem description

When defining custom KPIs in one of the examples (using interface.py), it prints each custom KPI every step of the loop, which causes clutter such that important test case information is lost in the runtime environment. Example of only part of the print output:
image

Proposed fix

At the end of the code, print the custom KPIs as a pandas dataframe, as shown in the figure below:
image

Can implement together with #688

@Jaap-Neven Jaap-Neven self-assigned this Oct 15, 2024
@Jaap-Neven Jaap-Neven changed the title Custom KPI clutter in exmples Custom KPI clutter in examples Oct 15, 2024
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

No branches or pull requests

1 participant