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
If a model does not use NRM and does not use reaction_dependency_based cache invalidation then do not call self.obtain_dependencies(model) as dependencies are not needed. This will save significant initialization time and memory demands when simulating large models.
The text was updated successfully, but these errors were encountered:
If a model does not use NRM and does not use
reaction_dependency_based
cache invalidation then do not callself.obtain_dependencies(model)
as dependencies are not needed. This will save significant initialization time and memory demands when simulating large models.The text was updated successfully, but these errors were encountered: