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
In order to complete #25 per the cell data structure in /docs/cell_data_structure.md, a Mitochondria node must be added under the Cell State node to manage nutrient variables.
Description
The task is to modify the Cell State code to have a Mitochondria node under it. This Mitochondria node should contain, at minimum, the following variables (according to /docs/cell_data_structure.md):
Nutrients: the amount of nutrients stored in this cell currently
Nutrient Maximum: the maximum amount of nutrients this cell can store at one time
Nutrient Efficiency: the proportion of environmental nutrients this cell can gather per unit of time
Appropriate encapsulation should be employed for all variables.
Dependencies
None
Time Estimate
1 person-hour
Acceptance Criteria
All requirements are satisfied
All changes are merged with a feature branch for the Cell State
The text was updated successfully, but these errors were encountered:
Motivation
In order to complete #25 per the cell data structure in /docs/cell_data_structure.md, a Mitochondria node must be added under the Cell State node to manage nutrient variables.
Description
The task is to modify the Cell State code to have a Mitochondria node under it. This Mitochondria node should contain, at minimum, the following variables (according to /docs/cell_data_structure.md):
Appropriate encapsulation should be employed for all variables.
Dependencies
None
Time Estimate
1 person-hour
Acceptance Criteria
The text was updated successfully, but these errors were encountered: