sys-bio / roadrunner

libRoadRunner: A high-performance SBML simulator
http://libroadrunner.org/
Other
39 stars 24 forks source link

getValue('time') returns 0 #1142

Closed luciansmith closed 11 months ago

luciansmith commented 1 year ago

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
luciansmith commented 11 months ago

Fixed!