2019-11-30 08:36:21 +01:00
|
|
|
<div class="media">
|
|
|
|
<div class="media-left">
|
|
|
|
<p class="media-object">
|
|
|
|
<span class="glyphicon glyphicon-asterisk" aria-hidden="hidden">
|
|
|
|
<div class="media-body">
|
|
|
|
<div class="media-heading">
|
2019-11-30 11:04:52 +01:00
|
|
|
<div .subm-commit>#{testSet} / #{outputSha1AsText}
|
2020-01-04 22:34:03 +01:00
|
|
|
$forall crossTable <- crossTables
|
2020-08-14 08:47:37 +02:00
|
|
|
^{Table.buildBootstrap (crossTableDefinition variantId crossTable) (crossTableBody crossTable)}
|
2021-08-31 22:07:43 +02:00
|
|
|
$maybe (expFileStatus, result) <- mResult
|
2020-08-14 18:33:38 +02:00
|
|
|
<a name="worst-items-#{testSet}">
|
2019-12-14 18:21:47 +01:00
|
|
|
<h4>worst items
|
2021-08-31 22:07:43 +02:00
|
|
|
$case expFileStatus
|
|
|
|
$of ExpectedFromSubmission
|
|
|
|
note: the gold standard is taken from the submission itself, not from the challenge data!
|
|
|
|
$of ExpectedFromChallenge
|
|
|
|
note: the gold standard is taken from the challenge
|
2021-02-27 12:11:17 +01:00
|
|
|
^{Table.buildBootstrap (lineByLineTable mainTest theVersion theStamp) result}
|
2019-12-14 18:21:47 +01:00
|
|
|
$nothing
|