Skip to content

Commit e641cde

Browse files
committed
fix doctest
1 parent 90951fd commit e641cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fast_array_utils/stats/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def is_constant(
5353
5454
Example
5555
-------
56+
>>> import numpy as np
5657
>>> a = np.array([[0, 1], [0, 0]])
5758
>>> a
5859
array([[0, 1],

0 commit comments

Comments
 (0)