Skip to content

Commit f95e416

Browse files
committed
typo fix
1 parent 5fff2dc commit f95e416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate/01-high-level-computation-patterns.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657
":class: dropdown\n",
658658
"\n",
659659
"```python\n",
660-
"data.coarsen(lat=5, lon=5, boundary=\"trim\").reduce(np.mean).plot();\n",
660+
"data.coarsen(lat=5, lon=5, boundary=\"trim\").reduce(np.ptp).plot();\n",
661661
"```\n",
662662
":::\n",
663663
"::::"

0 commit comments

Comments
 (0)