Allen Lawrence
Results
2
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...
My calls to the NSRDB API have started failing quite frequently, returning "Data processing failure." And it seems random; if I make the same request repeatedly, it might fail 1/3...