Skip to content
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

mislint variables inside lambda function #64

Closed
lkb-omq opened this issue Sep 8, 2023 · 1 comment
Closed

mislint variables inside lambda function #64

lkb-omq opened this issue Sep 8, 2023 · 1 comment
Assignees

Comments

@lkb-omq
Copy link

lkb-omq commented Sep 8, 2023

Code:

map(lambda ax: ax.axvline(sym_voltage, color='r'), axes)

Gives the error like this:

WARNING:External variable used inside the analysis code: ax
kyrylo-gr added a commit that referenced this issue Oct 6, 2023
@kyrylo-gr kyrylo-gr self-assigned this Oct 6, 2023
@kyrylo-gr
Copy link
Owner

solved with v0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants