Skip to content

setting stoich.path to stoich.ReacSystemPath for cross compartment model gives seg fault #426

Open
@hrani

Description

@hrani

https://github.com/BhallaLab/moose-examples/blob/master/snippets/crossComptSimpleReacGSSA.py.BROKEN
line no 100-102 Stoich.path says DeprecationWarning:: Use Soitch::readSystemPath instead

  1. Stoich.cpp @ line no 44: reacSystemPath, but @ line no 281: message says readSystemPath, it should be reacSystemPath right?

  2. In new python binding this field reacSystemPath might not be exposed ( if try to print dir(stoich) this field is not showing)

  3. replacing in (100-102) crossComptSimpleReacGSSA.py.BROKEN from Stoich.path to Stoich.reacSystemPath gives a seg fault with Stoich::innerInstallReaction
    3.a This happens for GSL and GSSA solvers for multiCompartment/crosscompartment model ( may be durning buildXreacs some reactions are not zombified or other way round)
    For single compartment model, I have set stoich.reacSystemPath and it works (scriptKineticSolver.py)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions