Skip to content

Commit

Permalink
Slight update to our Jupyter notebook.
Browse files Browse the repository at this point in the history
 So that it can use our new Python interface!
  • Loading branch information
agarny committed Feb 20, 2020
1 parent c323d79 commit db1dd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/tests/jupyter/lorenz.ipynb
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"outputs": [],
"source": [
"import OpenCOR as oc"
"import opencor as oc"
]
},
{
Expand All @@ -15,7 +15,7 @@
"metadata": {},
"outputs": [],
"source": [
"s = oc.openSimulation('../sedml/lorenz.sedml')\n",
"s = oc.open_simulation('../sedml/lorenz.sedml')\n",
"s"
]
},
Expand Down

0 comments on commit db1dd56

Please sign in to comment.