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

fixed bug

parent 0880ed7f
No related branches found
No related tags found
1 merge request!8985 overshooting
......@@ -193,7 +193,7 @@ function best_absolute_outcome(
model_dict = outcome.model_dict
# Discard outlier results:
if any(abs(evaluation.value) .> 1e6)
if any(abs.(evaluation.value) .> 1e6)
@warn "Discarding outlier results: $(params)."
push!(avg_values, Inf)
continue
......
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