Skip to content

Commit 703ed6d

Browse files
committed
skip a doctest
1 parent b8856fd commit 703ed6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ internal threads. The number of Blosc threads can be changed to increase or
13311331
decrease this number, e.g.::
13321332

13331333
>>> from zarr import blosc
1334-
>>> blosc.set_nthreads(2)
1334+
>>> blosc.set_nthreads(2) # doctest: +SKIP
13351335
8
13361336

13371337
When a Zarr array is being used within a multi-threaded program, Zarr

0 commit comments

Comments
 (0)