Source code for sbmlsim.examples.sedml.execute_omex

"""
Execute a COMBINE archive.
"""
from pathlib import Path

from sbmlsim.test import DATA_DIR


if __name__ == "__main__":
[docs] repressilator_omex = DATA_DIR / "omex" / "tellurium"