8000 deploy: 95f41429115d4ca378e2a526daba53e0ce029ce0 · xarray-contrib/xarray-tutorial@c741783 · GitHub
[go: up one dir, main page]

Skip to content

Commit c741783

Browse files
committed
deploy: 95f4142
1 parent 115fd3f commit c741783

File tree

6 files changed

+255
-255
lines changed

6 files changed

+255
-255
lines changed

_sources/advanced/apply_ufunc/dask_apply_ufunc.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
" choice if your function can handle dask arrays and won't compute the result unless \n",
148148
" explicitly requested.\n",
149149
"2. `dask=\"parallelized\"`. This applies the user function over blocks of the dask\n",
150-
" array using `dask.array.blockwise`. This is useful when your function cannot\n",
150+
" array using `dask.array.apply_gufunc`. This is useful when your function cannot\n",
151151
" handle dask arrays natively (e.g. scipy API)."
152152
]
153153
},

advanced/apply_ufunc/dask_apply_ufunc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ <h2>A simple example<a class="headerlink" href="#a-simple-example" title="Permal
13821382
choice if your function can handle dask arrays and won’t compute the result unless
13831383
explicitly requested.</p></li>
13841384
<li><p><code class="docutils literal notranslate"><span class="pre">dask=&quot;parallelized&quot;</span></code>. This applies the user function over blocks of the dask
1385-
array using <code class="docutils literal notranslate"><span class="pre">dask.array.blockwise</span></code>. This is useful when your function cannot
1385+
array using <code class="docutils literal notranslate"><span class="pre">dask.array.apply_gufunc</span></code>. This is useful when your function cannot
13861386
handle dask arrays natively (e.g. scipy API).</p></li>
13871387
</ol>
13881388
<div class="cell tag_raises-exception docutils container">

0 commit comments

Comments
 (0)
0