From f21d7526349d6507b7972719e0c3bb30ddfe3dda Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Tue, 28 Jan 2020 22:36:37 +0100 Subject: [PATCH] Fix validating challenges with bootstrap --- src/GEval/Common.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GEval/Common.hs b/src/GEval/Common.hs index a60b6e4..288f31b 100644 --- a/src/GEval/Common.hs +++ b/src/GEval/Common.hs @@ -25,6 +25,7 @@ getMetricValue (MetricOutput v _) = v extractSimpleRunValue :: MetricResult -> MetricValue extractSimpleRunValue (SimpleRun v) = v +extractSimpleRunValue (BootstrapResampling (v:_)) = v getGraphSeries :: MetricOutput -> Maybe GraphSeries getGraphSeries (MetricOutput _ gs) = gs