Skip to content

Commit

Permalink
v0.4.27: deprecated Historical State Access
Browse files Browse the repository at this point in the history
  • Loading branch information
JEJodesty committed Aug 26, 2021
1 parent 37880a0 commit 12e2b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/Historically_State_Access.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Historical State Access (Alpha)
Historical State Access (DEPRECATED)
==
#### Motivation
The current state (values of state variables) is accessed through the `s` list. When the user requires previous state
Expand Down
4 changes: 2 additions & 2 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Parameters:
* **_params** : _dict_ - [System parameters](System_Model_Parameter_Sweep.md)
* **substep** : _int_ - Current [substep](#Substep)
* **sH** : _list[list[dict_]] - Historical values of all state variables for the simulation. See
[Historical State Access](Historically_State_Access.md) for details
[Historical State Access (DEPRECATED)](Historically_State_Access.md) for details
* **s** : _dict_ - Current state of the system, where the `dict_keys` are the names of the state variables and the
`dict_values` are their current values.
* **_input** : _dict_ - Aggregation of the signals of all policy functions in the current
Expand Down Expand Up @@ -176,7 +176,7 @@ Parameters:
* **_params** : _dict_ - [System parameters](System_Model_Parameter_Sweep.md)
* **substep** : _int_ - Current [substep](#Substep)
* **sH** : _list[list[dict_]] - Historical values of all state variables for the simulation. See
[Historical State Access](Historically_State_Access.md) for details
[Historical State Access (DEPRECATED)](Historically_State_Access.md) for details
* **s** : _dict_ - Current state of the system, where the `dict_keys` are the names of the state variables and the
`dict_values` are their current values.
* **\*\*kwargs** - Policy Update feature extensions
Expand Down

0 comments on commit 12e2b15

Please sign in to comment.