-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
fix plot_stock_market.py to work on python2.7 and numpy1.6 #9181
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
fix plot_stock_market.py to work on python2.7 and numpy1.6 #9181
Conversation
do we want to add the retry into this fix? |
I don't think this will do what you want it to do. If a example is expected to fail and it does not fail, sphinx-gallery will give an error. The right way to fix this is to implement some retry mechanism. |
OK I am going to merge this one and will look at implementing a simple retry mechanism. |
I added pull request for simple retry mechanism - #9437 :) |
Fixes incompatible changes introduced in #9010.
Also see #9172.
Maybe we should add the expected_failing_examples back in that was removed in #9010.