-
Notifications
You must be signed in to change notification settings - Fork 1.1k
alarm "too many indices for array" when use pvfactors_timeseries #1125
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
@yangangky Could you post this issue to https://groups.google.com/g/pvlib-python ? It would help if you can also post the code. The screenshot isn't enough to understand the error python is reporting. |
@cwhanse , Cliff, thanks a lot for your response. My google account can not be allowed to send a meesage. It alarmed "Error while posting message". I have joined the pvlib-python groups. If it need a permission before I can post a message? My gmial address as a member is [email protected]. |
The issue has been solved by change the surface_azimuth and surface_tilt to a list. like surface_azimuth = [180 , 180]... |
@yangangky reports an opportunity to improve |
Describe the bug
When I run the following code, it will alarm "too many indices for array" . I think there is only one index was input, why it alarm that? please help. [Thanks.]
Screenshots
Versions:
pvlib.__version__
: 0.8.0pandas.__version__
: 0.24.2The text was updated successfully, but these errors were encountered: