Skip to content

Commit 5e86de9

Browse files
committed
skip doctest for seed
1 parent b78119c commit 5e86de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Features/seed.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Setting Seeds
66

77
The Ciw function :code:`ciw.seed` can be used to ensure reproducibility of results. As Ciw uses random number streams from both the :code:`random` and :code:`numpy` modules, this function simply sets the seeds for these.
88

9-
>>> ciw.seed(5)
9+
>>> ciw.seed(5) # doctest:+SKIP

0 commit comments

Comments
 (0)