Skip to content

Commit

Permalink
minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Jul 25, 2019
1 parent f7bc8c1 commit ed6ed29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
18 changes: 3 additions & 15 deletions assessment/spm_sr15_figure_3b_illustrative_pathways.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -433,21 +433,9 @@
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"ename": "NameError",
"evalue": "name 'summary' is not defined",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-1-318f59e48e83>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0msummary\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mto_excel\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m'output/spm_sr15_figure3b_indicators_table.xlsx'\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mNameError\u001b[0m: name 'summary' is not defined"
]
}
],
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"summary.to_excel('output/spm_sr15_figure3b_indicators_table.xlsx')"
]
Expand Down
9 changes: 1 addition & 8 deletions assessment/spm_sr15_statements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Checking 1.5°C pathways with limited overshoot that do not reduce CO2 emissions to below 35Gt in 2030"
"### Checking 1.5°C pathways with limited overshoot that do not reduce CO2 emissions to below 35Gt in 2030"
]
},
{
Expand All @@ -658,13 +658,6 @@
"ghg_ar4_15 = pyam.filter_by_meta(ghg_ar4, df, category=cats_15_no_lo)\n",
"ghg_ar4_15[ghg_ar4_15[2030] > 35].dropna(axis=1)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit ed6ed29

Please sign in to comment.