Skip to content

Commit

Permalink
Little update to Column Model notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed Feb 4, 2015
1 parent 39a5a02 commit 021632a
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions courseware/Introducing the Column Model.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:691ccae06f2e23984af9f03811134397f09d9fe16458c90cef4d5485a3e6a478"
"signature": "sha256:8d0e08872b2e4fed23448b69f6c81fbc88f15ac923b89492b6d63ba3144a410d"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -122,18 +122,7 @@
],
"language": "python",
"metadata": {},
"outputs": [
{
"ename": "ImportError",
"evalue": "No module named ColumnModel",
"output_type": "pyerr",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m\n\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-2-5933880538c1>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0mColumnModel\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mImportError\u001b[0m: No module named ColumnModel"
]
}
],
"outputs": [],
"prompt_number": 2
},
{
Expand Down Expand Up @@ -661,14 +650,7 @@
"stream": "stdout",
"text": [
"Integrating for 109 steps or 0.3 years.\n",
"Total elapsed time is 0.355928203258 years."
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"\n",
"Total elapsed time is 0.355928203258 years.\n",
"287.809196108\n"
]
}
Expand Down Expand Up @@ -703,14 +685,7 @@
"stream": "stdout",
"text": [
"Integrating for 109 steps or 0.3 years.\n",
"Total elapsed time is 0.654360312144 years."
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"\n",
"Total elapsed time is 0.654360312144 years.\n",
"287.846465832\n"
]
}
Expand Down Expand Up @@ -892,7 +867,7 @@
]
}
],
"prompt_number": 23
"prompt_number": 22
},
{
"cell_type": "code",
Expand Down

0 comments on commit 021632a

Please sign in to comment.