NREL / reV

Renewable Energy Potential (reV) Model
https://nrel.github.io/reV/
BSD 3-Clause "New" or "Revised" License
107 stars 24 forks source link

reV maintenance patch #371

Closed ppinchuk closed 2 years ago

ppinchuk commented 2 years ago

Added many (small) unrelated changes that have piled up over time.

This PR looks really daunting, but it's mostly just documentation updates. I will try to summarize the code updates below (generally in the order of the changed files) for your convenience:

codecov-commenter commented 2 years ago

Codecov Report

Merging #371 (171b513) into main (70b26c1) will increase coverage by 0.01%. The diff coverage is 83.58%.

@@            Coverage Diff             @@
##             main     #371      +/-   ##
==========================================
+ Coverage   80.54%   80.55%   +0.01%     
==========================================
  Files         142      142              
  Lines       19854    20061     +207     
==========================================
+ Hits        15992    16161     +169     
- Misses       3862     3900      +38     
Flag Coverage Δ
unittests 80.55% <83.58%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
reV/generation/cli_gen.py 59.40% <ø> (ø)
reV/supply_curve/supply_curve.py 91.33% <50.00%> (-0.22%) :arrow_down:
tests/test_bespoke.py 92.50% <69.35%> (-7.50%) :arrow_down:
reV/losses/power_curve.py 98.85% <91.66%> (-1.15%) :arrow_down:
reV/config/base_config.py 84.67% <94.73%> (+0.74%) :arrow_up:
reV/SAM/generation.py 93.64% <100.00%> (+0.04%) :arrow_up:
reV/bespoke/bespoke.py 88.92% <100.00%> (+0.14%) :arrow_up:
reV/bespoke/place_turbines.py 91.74% <100.00%> (+0.27%) :arrow_up:
reV/handlers/exclusions.py 80.47% <100.00%> (+0.71%) :arrow_up:
reV/handlers/outputs.py 76.27% <100.00%> (+0.16%) :arrow_up:
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70b26c1...171b513. Read the comment docs.