Skip to content

Commit

Permalink
Added recorded variables attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed Apr 12, 2019
1 parent 0e43e79 commit 4e81b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sciunit/models/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def init_backend(self, *args, **kwargs):
"""The function that handles running the simulation"""
f = None

"""Optional list of state variables for a backend to record."""
recorded_variables = None

def init_cache(self):
"""Initialize the cache."""
self.init_memory_cache()
Expand Down

0 comments on commit 4e81b6e

Please sign in to comment.