Skip to content

Commit f97a092

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fadb2ac commit f97a092

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/user_guide/examples_v3/tutorial_peninsula_AvsCgrid.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,10 @@
285285
"ax.contour(lonplot, latplot, fieldset.P.data[0, :, :], colors=\"k\", levels=50)\n",
286286
"\n",
287287
"exps_of_interest = filter(\n",
288-
" lambda exp: exp.plot_title\n",
289-
" in [\"Agrid & linear interpolation\", \"Cgrid & cgrid interpolation\"],\n",
288+
" lambda exp: (\n",
289+
" exp.plot_title\n",
290+
" in [\"Agrid & linear interpolation\", \"Cgrid & cgrid interpolation\"]\n",
291+
" ),\n",
290292
" exps,\n",
291293
")\n",
292294
"handles = []\n",

0 commit comments

Comments
 (0)