Skip to content

Commit

Permalink
Fix error message (#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored and shoyer committed Jul 2, 2019
1 parent af37ddd commit 681ec0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/computation.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def _apply_with_dask_atop(func, args, input_dims, output_dims, signature,
"apply_ufunc with dask='parallelized' consists of "
'multiple chunks, but is also a core dimension. To '
'fix, rechunk into a single dask array chunk along '
'this dimension, i.e., ``.rechunk({})``, but beware '
'this dimension, i.e., ``.chunk({})``, but beware '
'that this may significantly increase memory usage.'
.format(dim, n, {dim: -1}))

Expand Down

0 comments on commit 681ec0e

Please sign in to comment.