Skip to content
Snippets Groups Projects
Commit 6e8bda71 authored by pat-alt's avatar pat-alt
Browse files

uh

parent 3046e809
No related branches found
No related tags found
1 merge request!8985 overshooting
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment