pygom icon indicating copy to clipboard operation
pygom copied to clipboard

ODE modelling in Python

Results 71 pygom issues
Sort by recently updated
recently updated
newest added

If when constructing a model with transitions the standard parameter*state is used in the equation argument that defines a transition, when using the methods on the model class model.get_ode_eqn(), model.print_ode()...

I have tried to install making sure all the required package are in place. I get the following error when ```python setup.py install``` in conda: ``` Traceback (most recent call...

For example, a simple SIR model should have disease free equilibrium equation given by S=N0, R=0 (or S=S0, R=N0-S0). However, DFE(model,['I']) returns S=0, R=0. This also gives R0((model,['I']) = 0...

When running the function: ``` pygom.R0(model, disease_state) ``` if the ```model ``` used is defined using ode type transition objects then the error below occurs: ``` OutputError: ode was defined...

The list is not the same between the yml file and the readme file. A note about requiring Microsofts C++ compiler from https://visualstudio.microsoft.com/visual-cpp-build-tools/ may also be required in the readme.

This solves a problem with the ordering of parameters for ABC. Previously, it was necessary to specify the model parameters before any initial conditions, and the initial conditions needed to...

Using something like PyFlow could we do graphical model creation ? https://github.com/wonderworks-software/PyFlow

Can we develop Center popular calculation tools, focus calculation tools, balance point and its stability type calculation tools

Code tidied up with pylint.

With SBML removed (#3) we need a simple scheme to read/write models

enhancement