Skip to content

Commit bd0f81f

Browse files
committed
Format notebooks
1 parent 02c9387 commit bd0f81f

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

notebooks/summary-statistics.ipynb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,9 @@
11471147
],
11481148
"source": [
11491149
"# NBVAL_IGNORE_OUTPUT\n",
1150-
"lower_likely_quantile = runs.process_over(cols=\"run_id\", operation=\"quantile\", q=0.17)\n",
1150+
"lower_likely_quantile = runs.process_over(\n",
1151+
" cols=\"run_id\", operation=\"quantile\", q=0.17\n",
1152+
")\n",
11511153
"lower_likely_quantile"
11521154
]
11531155
},
@@ -2251,7 +2253,9 @@
22512253
],
22522254
"source": [
22532255
"# NBVAL_IGNORE_OUTPUT\n",
2254-
"summary_stats = runs.quantiles_over(cols=\"run_id\", quantiles=[0.05, 0.17, 0.83, 0.95, \"mean\", \"median\"])\n",
2256+
"summary_stats = runs.quantiles_over(\n",
2257+
" cols=\"run_id\", quantiles=[0.05, 0.17, 0.83, 0.95, \"mean\", \"median\"]\n",
2258+
")\n",
22552259
"summary_stats"
22562260
]
22572261
},
@@ -2338,7 +2342,9 @@
23382342
],
23392343
"source": [
23402344
"# NBVAL_IGNORE_OUTPUT\n",
2341-
"summary_stats_scmrun.filter(variable=\"Radiative Forcing\").lineplot(hue=\"quantile\")"
2345+
"summary_stats_scmrun.filter(variable=\"Radiative Forcing\").lineplot(\n",
2346+
" hue=\"quantile\"\n",
2347+
")"
23422348
]
23432349
},
23442350
{

0 commit comments

Comments
 (0)