Skip to content

Commit 9228dfd

Browse files
committed
fix typos
1 parent ad78745 commit 9228dfd

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

notebooks/example_simple_dynamic_charactization.ipynb

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
" project_name = \"__test_database__\"\n",
3131
" if project_name in bd.projects:\n",
3232
" bd.projects.delete_project(project_name)\n",
33-
" #bd.projects.purge_deleted_directories()\n",
33+
" bd.projects.purge_deleted_directories()\n",
3434
"\n",
3535
" bd.projects.set_current(project_name)\n",
3636
"\n",
@@ -655,7 +655,7 @@
655655
"id": "a76e97e9",
656656
"metadata": {},
657657
"source": [
658-
"Note that the tail of the curve stops in 2124 (100 years after the functional unit), in 2134 (100 years after the emission) in the figure a few cells above."
658+
"Note that the tail of the curve stops in 21**2**4 (100 years after the functional unit), in 21**3**4 (100 years after the emission) in the figure a few cells above."
659659
]
660660
},
661661
{
@@ -799,7 +799,7 @@
799799
" project_name = \"__test_database1__\"\n",
800800
" if project_name in bd.projects:\n",
801801
" bd.projects.delete_project(project_name)\n",
802-
" #bd.projects.purge_deleted_directories()\n",
802+
" bd.projects.purge_deleted_directories()\n",
803803
"\n",
804804
" bd.projects.set_current(project_name)\n",
805805
"\n",
@@ -1113,7 +1113,7 @@
11131113
},
11141114
{
11151115
"cell_type": "code",
1116-
"execution_count": 23,
1116+
"execution_count": 26,
11171117
"id": "a2027c21",
11181118
"metadata": {},
11191119
"outputs": [
@@ -1208,13 +1208,15 @@
12081208
"df = pd.DataFrame(\n",
12091209
" {'Time horizon': list(gwp_fixed_TH.keys()), \n",
12101210
" 'GWP (fixed time horizon)': list(gwp_fixed_TH.values()),\n",
1211-
" 'GWP (flexible time horizon)' : list(gwp_flexible_TH.values())})\t\n"
1211+
" 'GWP (flexible time horizon)' : list(gwp_flexible_TH.values())})\t\n",
1212+
"\n",
1213+
"\n"
12121214
]
12131215
},
12141216
{
12151217
"cell_type": "code",
1216-
"execution_count": 24,
1217-
"id": "ef02c2aa",
1218+
"execution_count": 27,
1219+
"id": "f62763da",
12181220
"metadata": {},
12191221
"outputs": [
12201222
{
@@ -1322,21 +1324,21 @@
13221324
"9 500 30.052980 29.977030"
13231325
]
13241326
},
1325-
"execution_count": 24,
1327+
"execution_count": 27,
13261328
"metadata": {},
13271329
"output_type": "execute_result"
13281330
}
13291331
],
13301332
"source": [
1331-
"df "
1333+
"df"
13321334
]
13331335
},
13341336
{
13351337
"cell_type": "markdown",
13361338
"id": "8e25613c",
13371339
"metadata": {},
13381340
"source": [
1339-
"One can see that an increase in time horizon leads to smaller differences between fixed (time horizon starts at FU for all flows) and flexible timoe horizons (time horizon starts at each emissions seperaterly). An increase in TH also leads to lower overall scores, because the system contains multiple short-lived GHG, such as CH4 and N2O, whose CO2-equivalance value decreases when assessing longer time horizons."
1341+
"One can see that a longer time horizon leads to smaller differences between fixed (time horizon starts at FU for all flows) and flexible time horizons (time horizon starts at each emissions seperately). An increase in time horizon also leads to lower overall scores, because the system contains multiple short-lived GHGs, such as CH4 and N2O, whose CO2-equivalence value decreases when assessing longer time horizons."
13401342
]
13411343
}
13421344
],

0 commit comments

Comments
 (0)