Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
negin513 committed Jul 8, 2024
1 parent 5fff2dc commit f95e416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intermediate/01-high-level-computation-patterns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
":class: dropdown\n",
"\n",
"```python\n",
"data.coarsen(lat=5, lon=5, boundary=\"trim\").reduce(np.mean).plot();\n",
"data.coarsen(lat=5, lon=5, boundary=\"trim\").reduce(np.ptp).plot();\n",
"```\n",
":::\n",
"::::"
Expand Down

0 comments on commit f95e416

Please sign in to comment.