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

Closed
Jaap-Neven opened this issue Oct 15, 2024 · 1 comment
Closed

Custom KPI clutter in examples #692

Jaap-Neven opened this issue Oct 15, 2024 · 1 comment
Assignees

Comments

@Jaap-Neven
Copy link
Contributor

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
Jaap-Neven added a commit to Jaap-Neven/project1-boptest that referenced this issue Oct 28, 2024
dhblum added a commit that referenced this issue Oct 29, 2024
@dhblum
Copy link
Collaborator

dhblum commented Oct 29, 2024

Closed by #697.

@dhblum dhblum closed this as completed Oct 29, 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

2 participants