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

SC Substation Conns Check #329

Closed MRossol closed 3 years ago

MRossol commented 3 years ago

Add a verbose substations connection to trans line check Refactor Supply Curve to run lcot calc outside of the init and handle substation connections only in full sort

codecov-commenter commented 3 years ago

Codecov Report

Merging #329 (50debda) into main (9c763ff) will increase coverage by 0.04%. The diff coverage is 96.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #329      +/-   ##
==========================================
+ Coverage   76.66%   76.71%   +0.04%     
==========================================
  Files         118      118              
  Lines       14952    14984      +32     
==========================================
+ Hits        11463    11495      +32     
  Misses       3489     3489              
Flag Coverage Δ
unittests 76.71% <96.42%> (+0.04%) :arrow_up:

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

Impacted Files Coverage Δ
reV/supply_curve/supply_curve.py 91.46% <95.89%> (+1.04%) :arrow_up:
reV/handlers/transmission.py 78.54% <100.00%> (-1.54%) :arrow_down:
reV/version.py 100.00% <100.00%> (ø)
tests/test_supply_curve_compute.py 97.20% <100.00%> (+0.18%) :arrow_up:
reV/config/project_points.py 84.95% <0.00%> (+0.04%) :arrow_up:
reV/handlers/collection.py 72.07% <0.00%> (+0.09%) :arrow_up:
tests/test_gen_pv.py 94.67% <0.00%> (+0.38%) :arrow_up:
tests/test_supply_curve_exclusions.py 97.74% <0.00%> (+0.75%) :arrow_up:

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 9c763ff...50debda. Read the comment docs.