pysb icon indicating copy to clipboard operation
pysb copied to clipboard

in tyson_oscillator.py, switch parameter expressions to proper Expressions

Open jmuhlich opened this issue 10 years ago • 2 comments

jmuhlich avatar Sep 04 '15 16:09 jmuhlich

All of the parameter values in that model are static, it seems. Shouldn't they be kept as Parameters for efficiency?

alubbock avatar Apr 11 '18 23:04 alubbock

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.

jmuhlich avatar Apr 25 '19 15:04 jmuhlich