Skip to content

Commit

Permalink
Fix initial condition setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 12, 2023
1 parent 180ca66 commit 58ee953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/hackathon_2023.07/scenario2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
"source": [
"tm = TemplateModel(templates=templates,\n",
" parameters={p.name: p for p in parameters},\n",
" initial_conditions=initials)\n",
" initials=initials)\n",
"tm.annotations = Annotations(name=\"Scenario 2a\")\n",
"AskeNetPetriNetModel(Model(tm)).to_json_file('scenario2_a_beta_scale_%s.json' % beta_scale_type)"
]
Expand Down

0 comments on commit 58ee953

Please sign in to comment.