We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2b35a commit c17d689Copy full SHA for c17d689
selection/constraints/affine.py
@@ -62,8 +62,8 @@ class constraints(object):
62
array([ 4.6212814 , 10.17180724])
63
>>> positive.pivot(eta, Y) # doctest: +ELLIPSIS
64
5.187...-07
65
- >>> positive.bounds(eta, Y) # doctest: +ELLIPSIS
66
- (1.399..., 7.400..., inf, 1.414)
+ >>> np.array(positive.bounds(eta, Y)) # doctest: +ELLIPSIS
+ array([ 1.4 , 7.4 , inf, 1.41421356])
67
>>>
68
69
"""
0 commit comments