sys-bio / tellurium

Python Environment for Modeling and Simulating Biological Systems
http://tellurium.analogmachine.org/
Apache License 2.0
110 stars 36 forks source link

tellurium can't handle calculations involving values of SED ranges #523

Open jonrkarr opened 3 years ago

jonrkarr commented 3 years ago

From L1V3/L1V3_repeated-scan-oscli.omex example of sed-ml.io examples. Same issue with L1V3/L1V3_repeated-steady-scan-oscli.omex.

  File "/usr/local/lib/python3.7/site-packages/tellurium/sedml/tesedml.py", line 520, in executePython
    exec(compile(code, filename, 'exec'), symbols)
  File "/tmp/te-generated-sedml.py", line 66, in <module>
    model1['J0_v0'] = __value__current
NameError: name '__value__current' is not defined