Every semantic case of the SBML Test Suite which is a timecourse simulation, run with sbmlsim and compared with the expected results within the tolerances of the case, |c - u| <= abs_tol + rel_tol · |c|. A case is run once, in the newest SBML encoding it provides.
| outcome | cases | share | what it means |
|---|---|---|---|
| {{ row.status }} | {{ row.n }} | {{ row.share }} | {{ row.description }} |
The SBML components a case uses, from its componentTags. A component with failing cases is a part of SBML the simulation does not fully support; a case carries several components, so the counts overlap.
| component | cases | passed | failed | pass rate |
|---|---|---|---|---|
| {{ row.tag }} | {{ row.n }} | {{ row.passed }} | {{ row.failed }} | {{ row.rate }} |
What a case tests, from its testTags.
| test | cases | passed | failed | pass rate |
|---|---|---|---|---|
| {{ row.tag }} | {{ row.n }} | {{ row.passed }} | {{ row.failed }} | {{ row.rate }} |
The chips filter by outcome, the search box by case, component or test.
| case | outcome | encoding | components | tests | message |
|---|---|---|---|---|---|
| {{ case.cid }} | {{ case.status }} | {{ case.encoding }} | {{ case.components }} | {{ case.tests }} | {{ case.message }} |