From 6e8bda71f3568c058a8d0f45bec5209dd7644e31 Mon Sep 17 00:00:00 2001 From: pat-alt <altmeyerpat@gmail.com> Date: Fri, 29 Sep 2023 09:53:31 +0200 Subject: [PATCH] uh --- experiments/grid_search.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/grid_search.jl b/experiments/grid_search.jl index 88aa93c9..45c24e6a 100644 --- a/experiments/grid_search.jl +++ b/experiments/grid_search.jl @@ -161,7 +161,7 @@ function best_absolute_outcome( df_weights = DataFrame(variable = measure, weight = weights) avg_values = [] - for (params, outcome) in (outcomes[:df_outcomes].params, outcomes[:df_outcomes].outcome) + for (params, outcome) in zip(outcomes[:df_outcomes].params, outcomes[:df_outcomes].outcome) # Setup evaluation = deepcopy(outcome.bmk.evaluation) -- GitLab