sys-bio/roadrunner

getValue('time') returns 0

Closed this issue · 1 comments

Even when it shouldn't, 'getValue('time')' returns 0:

r.oneStep(0.1, 0.3)
Out[11]: 0.4

r.selections
Out[13]: ['time', '[A]', '[B]', '[C]', '[D]', '[E]']

r.getSelectedValues()
Out[15]: array([0.4, 0. , 0. , 0. , 0. , 0. ])

r.getValue('time')
Out[16]: 0.0

Fixed!