You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.7/site-packages/tellurium/sedml/tesedml.py", line 510, in executePython
code = self.toPython()
File "/usr/local/lib/python3.7/site-packages/tellurium/sedml/tesedml.py", line 497, in toPython
pysedml = template.render(c)
File "/usr/local/lib/python3.7/site-packages/jinja2/environment.py", line 1090, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.7/site-packages/jinja2/environment.py", line 832, in handle_exception
reraise(*rewrite_traceback_stack(source=source))
File "/usr/local/lib/python3.7/site-packages/jinja2/_compat.py", line 28, in reraise
raise value.with_traceback(tb)
File "/usr/local/lib/python3.7/site-packages/tellurium/sedml/templates/tesedml_template.template", line 62, in top-level template code
{{ taskToPython(doc, task) }}
File "/usr/local/lib/python3.7/site-packages/tellurium/sedml/tesedml.py", line 697, in taskToPython
return SEDMLCodeFactory.taskTreeToPython(doc, tree=taskTree)
File "/usr/local/lib/python3.7/site-packages/tellurium/sedml/tesedml.py", line 813, in taskTreeToPython
taskLines = SEDMLCodeFactory.simpleTaskMainSim(doc, node)
File "/usr/local/lib/python3.7/site-packages/tellurium/sedml/tesedml.py", line 1078, in simpleTaskMainSim
selections.update(SEDMLCodeFactory.selectionsForTask(doc=doc, task=p.task))
File "/usr/local/lib/python3.7/site-packages/tellurium/sedml/tesedml.py", line 1297, in selectionsForTask
modvec = SEDMLCodeFactory.getModelsFrom(task)
File "/usr/local/lib/python3.7/site-packages/tellurium/sedml/tesedml.py", line 1275, in getModelsFrom
elif isinstance(refed_task, libsedml.RepeatedTask):
AttributeError: module 'libsedml' has no attribute 'RepeatedTask'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: