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
Describe the bug
After #823 is merged there may be stale comments in pvlib.tracking.singleaxis and commented code that can be removed. This might make the code more readable. It would also resolve some stickler complaints about long lines.
To Reproduce
Comments to remove:
L375-L379 - the tracking algorithm now follows [1] that uses clockwise rotation around z-axis from north
* remove commented code, especially any code relating to use of arctan2
adopted in 1fb82cc
* remove comments that should be sourced directly from refernces, and
instead list reference and Eqs. numbers
* tidy up, combine lines, etc
Describe the bug
After #823 is merged there may be stale comments in
pvlib.tracking.singleaxis
and commented code that can be removed. This might make the code more readable. It would also resolve some stickler complaints about long lines.To Reproduce
Comments to remove:
pvlib.tracking.singleaxis
for 6 years since 1fb82cc, so I believe these comments are unnecessary nowetc.
[1] https://www.nrel.gov/docs/fy20osti/76626.pdf
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions:
pvlib.__version__
:pandas.__version__
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: