Skip to content

Commit c17d689

Browse files
doctest fix
1 parent 5a2b35a commit c17d689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selection/constraints/affine.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ class constraints(object):
6262
array([ 4.6212814 , 10.17180724])
6363
>>> positive.pivot(eta, Y) # doctest: +ELLIPSIS
6464
5.187...-07
65-
>>> positive.bounds(eta, Y) # doctest: +ELLIPSIS
66-
(1.399..., 7.400..., inf, 1.414)
65+
>>> np.array(positive.bounds(eta, Y)) # doctest: +ELLIPSIS
66+
array([ 1.4 , 7.4 , inf, 1.41421356])
6767
>>>
6868
6969
"""

0 commit comments

Comments
 (0)