Allen Lawrence
Results
1
issues of
Allen Lawrence
**Is your feature request related to a problem? Please describe.** I've noticed that pycharm's type checking doesn't like statements like `5 + cvxpy.Variable(shape=1)`, because `Variable.__add__` expects an `Expression` instead of...