BhallaLab / moose-core

C++ basecode and python scripting interface
https://moose.ncbs.res.in
GNU General Public License v3.0
15 stars 28 forks source link

SBML model of OSC_different_vols not loading #445

Closed hrani closed 2 years ago

hrani commented 2 years ago

SBML model of OSC_different_vols not loading into moose, with GSL solver

stoich.reacSystemPath = mesh.path + "/##" RuntimeError: In function: void Stoich::installAndUnschedFunc(Id, Id, double) file: ksolve/Stoich.cpp:974 Not expected 4 NumMsgVsYs Expr=x0+x1+x4+x3+x4

  1. x2 is missing instead x4 is repeated, connection to function is from the Enzyme complex OSC_different_vols.txt
hrani commented 2 years ago

fix in 853662971c7aa function connection are done after Enzyme and Reaction are created this is because cplx path is modified after Enzyme created, which would be a problem as path changes