Skip to content

Commit

Permalink
TST: add missing doctest flag
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 15, 2023
1 parent 71456ec commit 44a0a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unyt/dask_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ def to_dask(self):
>>> x = da.random.random((10000, 10000), chunks=(1000, 1000))
>>> x_da = dask_array.unyt_from_dask(x, 'm')
>>> x_da.to_dask()
... # doctest: +NORMALIZE_WHITESPACE
dask.array<random_sample, shape=(10000, 10000), dtype=float64,
chunksize=(1000, 1000), chunktype=numpy.ndarray>
"""
Expand Down

0 comments on commit 44a0a27

Please sign in to comment.