You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set power to 0 for windspeeds above and below cutoff in IEC power curve function.
Split unit tests from regression tests and updated CI pipeline to run the full regression tests weekly.
Flake8 with Black code style implemented with git hook to run on commit
Updated long-term loss calculations to weight by monthly/daily long-term gross energy
Added wind turbine asset data to example ENGIE project
Reduce amount of time it takes to run regression tests by decreasing number of monte carlo iterations. Reduce tolerance of float comparisons in plant analysis regression test. Linear regression on daily data is removed from test.
Bugfixes, such as fixing an improper python version specifier in setup.py and replacing some straggling references to the master branch with main.