You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built-in function input() is being redefined in these two functions in tools. There is currently no functional issue but to avoid future linting/formatting issues I'd suggest changing the name.
To Reproduce
Steps to reproduce the behavior:
Open pvlib.tools with an IDE
Review the code for _scalar_out() and _array_out() with a linter turned on.
I'll create a PR addressing this specifically.
The text was updated successfully, but these errors were encountered:
Describe the bug
The built-in function input() is being redefined in these two functions in tools. There is currently no functional issue but to avoid future linting/formatting issues I'd suggest changing the name.
To Reproduce
Steps to reproduce the behavior:
I'll create a PR addressing this specifically.
The text was updated successfully, but these errors were encountered: