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

Enhancement: Reduce Example Runtimes #266

Closed RHammond2 closed 9 months ago

RHammond2 commented 11 months ago

This PR is based on #264 and does two things:

As was discussed in a meeting, Jupyter warnings and notes look awkward, so this will also address the formatting issues by adopting the MyST plugin for Jupyter Lab. The addition enables admonitions to look like they would in the documentation itself, which relies on MyST.

This will move out of a draft PR once #265 is merged in, so the formatting can be updated there as well.

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (dfc49cd) 75.31% compared to head (e2fca44) 77.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #266 +/- ## =========================================== + Coverage 75.31% 77.14% +1.82% =========================================== Files 29 29 Lines 3760 3671 -89 =========================================== Hits 2832 2832 + Misses 928 839 -89 ```

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