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

Understand root cause of GBM and Wake Losses analysis regressions due to Pandas and Scikit-Learn updates. #239

Closed jordanperr closed 5 months ago

jordanperr commented 1 year ago

In https://github.com/NREL/OpenOA/pull/226 , we tried to understand why certain regression tests failed when updating Pandas and Scikit-Learn. We were unable to fully identify the root cause and made a decision at the time to simply updated the regression tests for now. Before the release is made, it is imperative to better describe and understand the root cause of these regressions, and update the AEP GBM and Wake Losses modules so it doesn't happen again in the future.

RHammond2 commented 5 months ago

At this stage, I believe we've just accepted the differences with no pushback on results discrepancies, so I'm closing this, though the stability of these tests has long been an unresolved issue.