NREL / PVDegradationTools

Set of tools to calculate degradation responses and degradation related parameters for PV.
https://pvdegradationtools.readthedocs.io/
Other
31 stars 7 forks source link

Geospatial Testing Enhancement/Note #111

Closed tobin-ford closed 3 months ago

tobin-ford commented 3 months ago

Geospatial Testing

Currently, geospatial testing is limited to checking the functionality of templates (standard and auto templates). We have a simple test case for an UNCHUNKED weather dataset.

We need to create testing for chunked and unchunked cases (running into an error currently that we didn't catch because of this shortfall, where chunked datasets fail but unchunked do not).

tobin-ford commented 3 months ago

As mentioned in #112:

We need to add chunked templating testing as well. To make sure the templating function correctly captures/transforms the chunking of the input weather to the output template.

tobin-ford commented 3 months ago

113