We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bb463 commit 75e0122Copy full SHA for 75e0122
1 file changed
cvxpy/atoms/elementwise/normal_cdf.py
@@ -38,8 +38,8 @@ def numeric(self, values):
38
def sign_from_args(self) -> Tuple[bool, bool]:
39
"""Returns sign (is positive, is negative) of the expression.
40
"""
41
- # Always unknown.
42
- return (False, False)
+ # Always positive.
+ return (True, False)
43
44
def is_atom_convex(self) -> bool:
45
"""Is the atom convex?
0 commit comments