pysb
pysb copied to clipboard
in tyson_oscillator.py, switch parameter expressions to proper Expressions
All of the parameter values in that model are static, it seems. Shouldn't they be kept as Parameters for efficiency?
There are a bunch of values written in terms of N_A and vol. N_A obviously won't change, but changing the value of the vol parameter for a simulation won't propagate to any of the others as currently written.