8000 fixes · xarray-contrib/xarray-tutorial@e7a82a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7a82a0

Browse files
committed
fixes
1 parent 62ddb3b commit e7a82a0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

advanced/apply_ufunc/automatic-vectorizing-numpy.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"cell_type": "markdown",
1515
"id": "afc56d28-6e55-4967-b27d-28e2cc539cc7",
1616
"metadata": {
17-
"tags": []
17+
"tags": [],
18+
"user_expressions": []
1819
},
1920
"source": [
2021
"Previously we looked at applying functions on numpy arrays, and the concept of core dimensions.\n",

advanced/apply_ufunc/simple_dask_apply_ufunc.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,15 +498,16 @@
498498
"The core dimension for `trapz` is `lon`, and there is only one chunk along `lon`. This means that integrating along `lon` is a \"blockwise\" or \"embarrassingly parallel\" operation and `dask=\"parallelized\"` works quite well. \n",
499499
"\n",
500500
"```{tip} Question\n",
501-
"Do you understand why `integrate(ds)` when `ds` has a single chunk along `lon` is a \"embarassingly parallel\" operation?\n",
501+
"Do you understand why `integrate(ds)` when `ds` has a single chunk along `lon` is a \"embarrassingly parallel\" operation?\n",
502502
"```"
503503
]
504504
},
505505
{
506506
"cell_type": "markdown",
507507
"id": "4b4707d4-f596-47a8-8a3b-6a4a157f0759",
508508
"metadata": {
509-
"tags": []
509+
"tags": [],
510+
"user_expressions": []
510511
},
511512
"source": [
512513
"```{tip} Exercise\n",

0 commit comments

Comments
 (0)
0