Fix validating challenges with bootstrap
This commit is contained in:
parent
aad7e20877
commit
f21d752634
@ -25,6 +25,7 @@ getMetricValue (MetricOutput v _) = v
|
|||||||
|
|
||||||
extractSimpleRunValue :: MetricResult -> MetricValue
|
extractSimpleRunValue :: MetricResult -> MetricValue
|
||||||
extractSimpleRunValue (SimpleRun v) = v
|
extractSimpleRunValue (SimpleRun v) = v
|
||||||
|
extractSimpleRunValue (BootstrapResampling (v:_)) = v
|
||||||
|
|
||||||
getGraphSeries :: MetricOutput -> Maybe GraphSeries
|
getGraphSeries :: MetricOutput -> Maybe GraphSeries
|
||||||
getGraphSeries (MetricOutput _ gs) = gs
|
getGraphSeries (MetricOutput _ gs) = gs
|
||||||
|
Loading…
Reference in New Issue
Block a user