Closed victorbarres closed 8 years ago
The system is not deterministic for a given random seed given in test_TCG_production.py.
Need to fix that! I need to be able to work with a deterministic system when needed.
Fixed! Random.seed(seed) added in all the test models. Would be better to integrated that within the model instantiation though...
The system is not deterministic for a given random seed given in test_TCG_production.py.
Need to fix that! I need to be able to work with a deterministic system when needed.