Skip to content

Commit

Permalink
Remove key from notebook example
Browse files Browse the repository at this point in the history
Fix typo in notebook example
  • Loading branch information
romainsacchi committed Oct 30, 2024
1 parent c311394 commit 82bed3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
" ],\n",
" source_db=\"ecoinvent 3.9.1 cutoff\", # <-- name of the database in the BW2 project. Must be a string.\n",
" source_version=\"3.9\", # <-- version of ecoinvent. Can be \"3.5\", \"3.6\", \"3.7\" or \"3.8\". Must be a string.\n",
" key=\"tUePmX_S5B8ieZkkM7WUU2CnO8SmShwmAeWK9x2rTFo=\",\n",
" key=\"xxxx\", # ask premise's maintainers for a key\n",
")\n",
"\n",
"ndb.create_datapackage(\n",
Expand Down Expand Up @@ -426,7 +426,7 @@
"id": "925b92d4-82c6-4943-aa80-a7022717f722",
"metadata": {},
"source": [
"When working with IAM/ESM, the focus s in the **total** quantity (e.g., electricity production, transport, etc.) coming from the IAM/ESM output and not on our examination of the supply chain as provided by LCA. To avoid double counting, we need to identify activities modeled by the IAM/ESM and set their inputs to all activities to zero. \n",
"When working with IAM/ESM, the focus is on the **total** quantity (e.g., electricity production, transport, etc.) coming from the IAM/ESM output and not on our examination of the supply chain as provided by LCA. To avoid double counting, we need to identify activities modeled by the IAM/ESM and set their inputs to all activities to zero.\n",
"\n",
"`pathways` allows users to select the categories to be considered in the double-counting adjustment. The predefined categories are illustrated below:"
]
Expand Down

0 comments on commit 82bed3e

Please sign in to comment.