NREL / OpenOA

This library provides a framework for assessing wind plant performance using operational assessment (OA) methodologies that consume time series data from wind plants. The goal of the project is to provide an open source implementation of common data structures, analysis methods, and utility functions relevant to wind plant OA.
https://openoa.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
193 stars 63 forks source link

Fix: Rerun Examples and Fix Minor Issues #275

Closed RHammond2 closed 9 months ago

RHammond2 commented 9 months ago

This PR updates the examples after the last batch of pull requests to ensure that everything is in working order. The following issues were identified and fixed:

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 72.46%. Comparing base (c0485c8) to head (c67bb8d). Report is 16 commits behind head on develop.

Files with missing lines Patch % Lines
openoa/utils/timeseries.py 60.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #275 +/- ## =========================================== - Coverage 72.50% 72.46% -0.04% =========================================== Files 29 29 Lines 3680 3683 +3 Branches 794 794 =========================================== + Hits 2668 2669 +1 - Misses 823 825 +2 Partials 189 189 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.