The SBML Test Suite is a conformance testing system. It allows developers and users to test the degree and correctness of the SBML support provided in a software package.
The wrapper gets confused and conflates the two columns with the same IDs. What it will need to do is, when it needs time as an output, to take the leftmost column for that, and assume all other columns are SBML variable output, even if it has the same column header as the leftmost one.
Tests 1820 and 1821 have parameters 'time', 'Time' and 'TIME' in the SBML, which are requested as output. The canonical output is:
libroadrunner output looks like:
The wrapper gets confused and conflates the two columns with the same IDs. What it will need to do is, when it needs time as an output, to take the leftmost column for that, and assume all other columns are SBML variable output, even if it has the same column header as the leftmost one.