-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
plot_stock_market example may fail in quotes_historical_google #9172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This seems to be a different error than what I see in #9167, which is
|
FYI this is blocking 0.18.2 |
hm so we are not checking examples on python2.7 on master, I guess? |
Also uses numpy.stack with was introduced in numpy 1.10.0: https://docs.scipy.org/doc/numpy/reference/generated/numpy.stack.html |
Yeah we saw that during the sprint with @vene. I think we should have some simple retry mechanism to avoid this. |
We recently changed
plot_stock_market
to use Google's API, not Yahoo's. It looks like it can occasionally result in an exception when Google's API gives us an empty response:We should retry when there is an empty response. Or at least it should probably not fail the entire build.
The text was updated successfully, but these errors were encountered: