-
Notifications
You must be signed in to change notification settings - Fork 67
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
PVLib_clearsky requires more detailed test cases #376
Comments
No, this is still broken. In analysis_chains_test,py, any time you search for a For instance if I set model:pvlib on line 375 of analysis_chains_test.py, I'll get the following traceback:
It's likely that we're doing unit testing of the pvlib clearsky method elsewhere, we just don't have coverage of it in the TA integration test. It seems that we could come up with a pretty simple test case to throw at it that won't barf. Since this is now our default filtering approach, I'd like to see it included in this integration test if at all possible. Thanks! |
In the 'aggregated_filters_for_trials' branch we've started prototyping the pvlib_clearsky filter option. As opposed to the 'dumb' csi_filter approach, there are some sophisticated analyses included in pvlib_clearsky that don't like our current test cases. To review, our degradation timeseries has a 3-year period of linear decline in power and POA irradiance from 1000 to 850 over 3 years. We might need to read in a TMY file, use that for GHI in order to allow us to use the pvlib implementation of clearsky detection...
The text was updated successfully, but these errors were encountered: