If the SED-ML tries to change variables/parameters in the SBML which do not exist the simulation fails. This is on purpose and a bug in the archive SED-ML. This has been reported.
Traceback (most recent call last):
File "/home/mkoenig/envs/tellurium-web/lib/python3.5/site-packages/celery/app/trace.py", line 374, in trace_task
R = retval = fun(*args, **kwargs)
File "/home/mkoenig/envs/tellurium-web/lib/python3.5/site-packages/celery/app/trace.py", line 629, in __protected_call__
return self.run(*args, **kwargs)
File "/home/mkoenig/git/tellurium-web/teweb/combine/tasks.py", line 63, in execute_omex
dgs_all = tellurium.sedml.tesedml.executeOMEX(omex_path, workingDir=tmp_dir)
File "/home/mkoenig/git/tellurium/tellurium/sedml/tesedml.py", line 193, in executeOMEX
sedml_dgs = factory.executePython()
File "/home/mkoenig/git/tellurium/tellurium/sedml/tesedml.py", line 414, in executePython
exec(compile(execStr, filename, 'exec'), symbols)
File "/tmp/te-generated-sedml.py", line 42, in
model0_sigcpsba['K1c'] = 0.9
File "/home/mkoenig/envs/tellurium-web/lib/python3.5/site-packages/roadrunner/roadrunner.py", line 3353, in __setitem__
return _roadrunner.RoadRunner___setitem__(self, id, value)
RuntimeError: No sbml element exists for symbol 'K1c'
If the SED-ML tries to change variables/parameters in the SBML which do not exist the simulation fails. This is on purpose and a bug in the archive SED-ML. This has been reported.