Description
https://github.com/BhallaLab/moose-examples/blob/master/snippets/crossComptSimpleReacGSSA.py.BROKEN
line no 100-102 Stoich.path says DeprecationWarning:: Use Soitch::readSystemPath instead
-
Stoich.cpp @ line no 44: reacSystemPath, but @ line no 281: message says readSystemPath, it should be reacSystemPath right?
-
In new python binding this field reacSystemPath might not be exposed ( if try to print dir(stoich) this field is not showing)
-
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)