Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust test runner when 'time' is an output. #80

Open
luciansmith opened this issue Jan 18, 2022 · 0 comments
Open

Adjust test runner when 'time' is an output. #80

luciansmith opened this issue Jan 18, 2022 · 0 comments

Comments

@luciansmith
Copy link
Member

Tests 1820 and 1821 have parameters 'time', 'Time' and 'TIME' in the SBML, which are requested as output. The canonical output is:

Time,time,Time,TIME
0,10,11,12
1,10,11,12
2,10,11,12
[etc.]

libroadrunner output looks like:

time,time,Time,TIME
0,10,11,12
1,10,11,12
2,10,11,12
[etc.]

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant