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

Fix flaky pydoctest issue with pandas printing #895

Closed
bpkroth opened this issue Dec 6, 2024 · 0 comments · Fixed by #896
Closed

Fix flaky pydoctest issue with pandas printing #895

bpkroth opened this issue Dec 6, 2024 · 0 comments · Fixed by #896
Assignees
Labels
bug Something isn't working tests Add or fix unit tests

Comments

@bpkroth
Copy link
Contributor

bpkroth commented Dec 6, 2024

Introduced in #881:

# pytest mlos_bench/mlos_bench/storage/__init__.py

...

146 >>> experiment_data.results_df.drop(columns=["ts_start"])
Expected:
       trial_id  ... result.objective_metric
    0         1  ...                      42
    <BLANKLINE>
    [1 rows x 7 columns]
Got:
       trial_id                           ts_end  tunable_config_id  tunable_config_trial_group_id     status  config.param1  result.objective_metric
    0         1 2024-12-06 23:49:09.389008+00:00                  1                              1  SUCCEEDED             50                       42
@bpkroth bpkroth added bug Something isn't working tests Add or fix unit tests labels Dec 6, 2024
@bpkroth bpkroth self-assigned this Dec 6, 2024
@bpkroth bpkroth closed this as completed in 25bf9a0 Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests Add or fix unit tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant