Skip to content

Commit d076f21

Browse files
committed
cleanup
1 parent e7a82a0 commit d076f21

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

advanced/apply_ufunc/simple_dask_apply_ufunc.ipynb

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
"source": [
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",
500-
"```{tip} Question\n",
500+
"```{caution} Question\n",
501501
"Do you understand why `integrate(ds)` when `ds` has a single chunk along `lon` is a \"embarrassingly parallel\" operation?\n",
502502
"```"
503503
]
@@ -547,19 +547,6 @@
547547
"source": [
548548
"client.close()"
549549
]
550-
},
551-
{
552-
"cell_type": "markdown",
553-
"id": "71492531-4eda-4c47-86e5-dad033c22751",
554-
"metadata": {
555-
"user_expressions": []
556-
},
557-
"source": [
558-
"## More\n",
559-
"\n",
560-
"1. https://docs.xarray.dev/en/stable/examples/apply_ufunc_vectorize_1d.html\n",
561-
"2. https://docs.dask.org/en/latest/array-best-practices.html\n"
562-
]
563550
}
564551
],
565552
"metadata": {

0 commit comments

Comments
 (0)