You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
separate instances are used by different entities (submodels, species population) so changes in the behavior of one doesn't influence the behavior of another
simulations can be restarted from checkpoints containing the random state
When this has been done, TestDynamicModel.do_test_expression_dependency_dynamics() no longer needs to temporarily suspend rounding by DynamicSpeciesState.get_population() so that it doesn't use the RandomState it shares with submodels
The text was updated successfully, but these errors were encountered:
RandomState should be managed so that:
When this has been done, TestDynamicModel.do_test_expression_dependency_dynamics() no longer needs to temporarily suspend rounding by DynamicSpeciesState.get_population() so that it doesn't use the RandomState it shares with submodels
The text was updated successfully, but these errors were encountered: