Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Minor fixes to initial conditions generator
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 4, 2022
1 parent 5a0e0e7 commit 0d71424
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion examples/Basic_Simulation/initial_conditions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"outputs": [],
"source": [
"# Display the run configuration parameters\n",
"sim.get_parameter()"
"p = sim.get_parameter()"
]
},
{
Expand All @@ -143,6 +143,26 @@
"id": "02a8911d-3b2c-415c-9290-bf1519a3f5c6",
"metadata": {},
"outputs": [],
"source": [
"sim.ic"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5f8d1ac3-5ad0-4b8a-ad9d-1b63486920aa",
"metadata": {},
"outputs": [],
"source": [
"sim.data"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "fb93805d-377b-47d6-a565-c26acd2a7cbc",
"metadata": {},
"outputs": [],
"source": []
}
],
Expand Down

0 comments on commit 0d71424

Please sign in to comment.