Skip to content

Commit

Permalink
v0.4.28: update Model Upgrade Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JEJodesty committed Sep 28, 2021
1 parent ef5c9b0 commit 036d20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/cadCAD-v0.4.28-Model-Upgrade-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from cadCAD.configuration import Experiment

exp = Experiment()
exp.append_model(
model_id = 'sys_model_1', # System Model
model_id = 'sys_model_1', # System Model - OPTIONAL
initial_state = ..., # System Model
partial_state_update_blocks = ..., # System Model
policy_ops = ..., # System Model
Expand Down

0 comments on commit 036d20a

Please sign in to comment.