Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix two undefined names#10938
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix two undefined names#10938
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The bug is in tools/boilerplate.py (in the cmappable dict); do you mind editing it there as well? Thanks! |
A more permanent fix to the undefined name issue.
Thanks for this. I would like to addpython3 -m flake8 . --count --select=E9,F821,F822,F823 --show-source --statistics to the matplotlib testing so that we do not have any backsliding onundefined names (F821 and F822) that other linters do not seem to cover. In which file would you advise that I try adding that test? |
As discussed atmatplotlib#10938 (comment) _undefined names_ have [occurred often in the past](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed) and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment) _undefined names_ have [occurred often in the past](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed) and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment) _undefined names_ have [occurred often in the past](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed) and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment) _undefined names_ have [occurred often in the past](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed) and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment) _undefined names_ have [occurred often in the past](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed) and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment) _undefined names_ have [occurred often in the past](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed) and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment) _undefined names_ have [occurred often in the past](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed) and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment)_undefined names_ have [occurred often in thepast](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed)and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment)_undefined names_ have [occurred often in thepast](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed)and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment)_undefined names_ have [occurred often in thepast](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed)and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment)_undefined names_ have [occurred often in thepast](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed)and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment)_undefined names_ have [occurred often in thepast](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed)and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment)_undefined names_ have [occurred often in thepast](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed)and this change would help to avoid recurrence in the future.
As discussed atmatplotlib#10938 (comment)_undefined names_ have [occurred often in thepast](https://github.com/matplotlib/matplotlib/pulls?q=is%3Apr+author%3Acclauss+is%3Aclosed)and this change would help to avoid recurrence in the future.
PR Summary
Fix two undefined names:
Thepyplot.py change is probably not useful as this is generated code but it does highlight a bug in the code generator.
Fixes:
PR Checklist