Fix validating challenges with bootstrap

This commit is contained in:
Filip Gralinski 2020-01-28 22:36:37 +01:00
parent aad7e20877
commit f21d752634
1 changed files with 1 additions and 0 deletions

View File

@ -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