Skip to content

Segmentation fault with RoadRunnerSBMLModel #148

@matthiaskoenig

Description

@matthiaskoenig

The following results in segmentation faults

def test_roadrunnermodel_creation():
    model = RoadrunnerSBMLModel(source=MODEL_REPRESSILATOR)
    assert model
    assert model.sid is None
    assert model.source.source == MODEL_REPRESSILATOR
    assert model.language_type == AbstractModel.LanguageType.SBML

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions