Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Sep 20, 2023
1 parent 5abd045 commit 68503b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/examples/example_steadystate/ExampleSteadystate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"source": [
"### Importing the module and loading the model\n",
"\n",
"If everything went well, we need to add the previously selected model output directory to our PYTHON_PATH and are then ready to load newly generated model:"
"If everything went well, we can now import the newly generated Python module containing our model:"
]
},
{
Expand Down Expand Up @@ -392,7 +392,7 @@
"source": [
"model = model_module.getModel()\n",
"\n",
"print(\"Model name:\", model.getName())\n",
"print(\"Model name: \", model.getName())\n",
"print(\"Model parameters:\", model.getParameterIds())\n",
"print(\"Model outputs: \", model.getObservableIds())\n",
"print(\"Model states: \", model.getStateIds())"
Expand Down

0 comments on commit 68503b0

Please sign in to comment.