-
Notifications
You must be signed in to change notification settings - Fork 1.1k
LGTM has 6 errors #1275
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
Certainly should fix that self assignment. Maybe silence the others? |
I found a Python "LGTM alert suppression" example here: https://lgtm.com/help/lgtm/alert-suppression#python Altho I think we should try to learn a bit about why LGTM raises these alerts before deciding to silence them. Could be something useful? |
This addresses 1 of the problems from pvlib#1275; The easiest tbh
This addresses 1 of the problems from #1275; The easiest tbh
This is a bug in LGTM. It raises this error because of the user function test in test_modelchain.py: Where |
I am pretty sure that the alerts under non-callable can be ignored as well: I described the issue here because I think it's also a bug in LGTM. |
Describe the bug
LGTM shows 6 errors, at least one seems easy to fix there is a self alignment that seems redundant
To Reproduce
https://lgtm.com/projects/g/pvlib/pvlib-python/alerts/?mode=list&severity=error
Expected behavior
No errors?
Screenshots
https://lgtm.com/projects/g/pvlib/pvlib-python/alerts/?mode=list&severity=error
Versions:
pvlib.__version__
: 0.9ishpandas.__version__
: ?Additional context
https://lgtm.com/projects/g/pvlib/pvlib-python/alerts/?mode=list&severity=error
The text was updated successfully, but these errors were encountered: