Skip to content

Commit 6625fca

Browse files
author
Tyler Coles
committed
Fix rename bug in USAGE.
1 parent f47f17d commit 6625fca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

USAGE.ipynb

+12-12
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"cell_type": "code",
26-
"execution_count": 2,
26+
"execution_count": 1,
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
@@ -32,7 +32,7 @@
3232
"from epymorph.data.pei import pei_humidity\n",
3333
"\n",
3434
"\n",
35-
"rume = SingleStrataRume.build(\n",
35+
"rume = SingleStrataRUME.build(\n",
3636
" # Load the Pei IPM\n",
3737
" ipm=ipm.Pei(),\n",
3838
" # Load the Pei MM\n",
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"cell_type": "code",
78-
"execution_count": 3,
78+
"execution_count": 2,
7979
"metadata": {},
8080
"outputs": [
8181
{
@@ -105,24 +105,24 @@
105105
},
106106
{
107107
"cell_type": "code",
108-
"execution_count": 4,
108+
"execution_count": 3,
109109
"metadata": {},
110110
"outputs": [
111111
{
112112
"name": "stdout",
113113
"output_type": "stream",
114114
"text": [
115115
"Loading gpm:all::mm::commuters (epymorph.adrio.commuting_flows.Commuters):\n",
116-
" |####################| 100% (9.886s)\n",
116+
" |####################| 100% (9.892s)\n",
117117
"Loading gpm:all::init::population (epymorph.adrio.acs5.Population):\n",
118-
" |####################| 100% (1.482s)\n",
118+
" |####################| 100% (1.799s)\n",
119119
"Loading meta::geo::label (epymorph.adrio.us_tiger.PostalCode):\n",
120-
" |####################| 100% (0.138s)\n",
120+
" |####################| 100% (0.186s)\n",
121121
"Running simulation (BasicSimulator):\n",
122122
"• 2015-01-01 to 2015-05-30 (150 days)\n",
123123
"• 6 geo nodes\n",
124124
" |####################| 100% \n",
125-
"Runtime: 0.157s\n"
125+
"Runtime: 0.320s\n"
126126
]
127127
}
128128
],
@@ -151,7 +151,7 @@
151151
},
152152
{
153153
"cell_type": "code",
154-
"execution_count": 5,
154+
"execution_count": 4,
155155
"metadata": {},
156156
"outputs": [
157157
{
@@ -231,7 +231,7 @@
231231
},
232232
{
233233
"cell_type": "code",
234-
"execution_count": 6,
234+
"execution_count": 5,
235235
"metadata": {},
236236
"outputs": [
237237
{
@@ -289,7 +289,7 @@
289289
},
290290
{
291291
"cell_type": "code",
292-
"execution_count": 16,
292+
"execution_count": 6,
293293
"metadata": {},
294294
"outputs": [
295295
{
@@ -331,7 +331,7 @@
331331
"name": "python",
332332
"nbconvert_exporter": "python",
333333
"pygments_lexer": "ipython3",
334-
"version": "3.11.9"
334+
"version": "3.11.11"
335335
},
336336
"orig_nbformat": 4
337337
},

0 commit comments

Comments
 (0)