Skip to content

Commit

Permalink
delete old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jul 24, 2024
1 parent 6a285b1 commit f2dfcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/example_electric_vehicle_standalone.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"biosphere = bd.Database(\"biosphere\")\n",
"biosphere.write(\n",
" {\n",
" (\"biosphere\", \"CO2\"): { # only biosphere flow is CH4\n",
" (\"biosphere\", \"CO2\"): {\n",
" \"type\": \"emission\",\n",
" \"name\": \"carbon dioxide\",\n",
" },\n",
Expand Down

0 comments on commit f2dfcbf

Please sign in to comment.