All the examples in the "examples" directory give me an error when I run them. I'm able to get them to work if I remove "GOOG" from the portfolio. Digging into the code ... I'm seeing that the full stock history for GOOG isn't coming back. A dimension mismatch error is reported in the operation cov(A,B) , on line 40 in portfolio.py.
All the examples in the "examples" directory give me an error when I run them. I'm able to get them to work if I remove "GOOG" from the portfolio. Digging into the code ... I'm seeing that the full stock history for GOOG isn't coming back. A dimension mismatch error is reported in the operation cov(A,B) , on line 40 in portfolio.py.