-
Notifications
You must be signed in to change notification settings - Fork 1.1k
get_solarpostion in modelchain.prepare_inputs does not use weather data. #523
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
Good idea to pass this data on to get_solarposition if available. What about the case where one or more is not available? Maybe use pvlib.tools._build_kwargs? Pull request welcome. Might not happen otherwise. |
thank you for response. |
@kenkuwae thanks for opening the issue. I am re-opening so that we can keep this enhancement on the list. |
closed by #936, but possibly a bug. |
Problem
get_solarpostion
method inmodelchain.ModelChain.prepare_inputs
does not use weather data.To Reproduce
change line 745 - 746
to
Versions:
pvlib.__version__
: 0.5.2pandas.__version__
: 0.23.3The text was updated successfully, but these errors were encountered: