File: known_issues.html

package info (click to toggle)
sbmltoolbox 4.1.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,032 kB
  • sloc: xml: 2,438; makefile: 8; sh: 7
file content (37 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<style type='text/css'>
/*/*/ /*<![CDATA[*/
@import "style.css";
/*]]>*/ /* */ 
</style>

<h3>Known issues</h3>


<hr>
         
<h4>Simulating the SBML Test Suite</h4>
         
         <p>SBMLToolbox correctly simulates about 50% of the models in the <a href="http://sbml.org/Facilities/Online_SBML_Test_Suite">SBML Test-suite</a>.
         </p>
         
         <p>
            There are 7 cases where comparison of the output reports that the test failed. 
         </p>
         <ul>
                 <li>00676</li>
                  <li>00677</li>
                  <li>00678</li>
                  <li>00712</li>
                  <li>00713</li>
                  <li>00714</li>
                  <li>00954</li>
         </ul>
         
            These are cases where the number of variables with data 
            output by SBMLToolbox does not match the number of variables used in the comparison.  The data output by SBMLToolbox is however correct. 
         </p>
         
         
         
<hr>