biosimulators/Biosimulators_GillesPy2

Created modified version of model 297 test which GillesPy2 can test

jonrkarr opened this issue · 1 comments

GillesPy2 has problems with this example because it imprudently replaces ln with log in rate law expressions. See StochSS/GillesPy2#459. This can be turned into an example that GillesPy2 can simulate by making these replacements

  • Cln --> Clg
  • kdcln --> kdclg
  • kscln --> ksclg

Done