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