Skip to content

Commit

Permalink
Initial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eu Jing Chua committed Dec 4, 2024
1 parent a4d21cd commit d390f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlos_bench/mlos_bench/storage/sql/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def get_results_df(
row.param_value,
)
for row in configs.fetchall()
if row.param_id is not None
],
columns=["trial_id", "tunable_config_id", "param", "value"],
).pivot(
Expand Down

0 comments on commit d390f24

Please sign in to comment.