The following script taken from the readthedocs: Usage Examples/SED-ML/2d Parameter Scan crashes when run:
modvec = SEDMLCodeFactory.getModelsFrom(task)
File "C:\Tellurium-Winpython-3.8\python-3.8.6.amd64\lib\site-packages\tellurium\sedml\tesedml.py", line 1275, in getModelsFrom
elif isinstance(refed_task, libsedml.RepeatedTask):
AttributeError: module 'libsedml' has no attribute 'RepeatedTask'
The following script taken from the readthedocs: Usage Examples/SED-ML/2d Parameter Scan crashes when run:
File "C:\Tellurium-Winpython-3.8\python-3.8.6.amd64\lib\site-packages\tellurium\sedml\tesedml.py", line 1275, in getModelsFrom elif isinstance(refed_task, libsedml.RepeatedTask):
AttributeError: module 'libsedml' has no attribute 'RepeatedTask'