openclimatefix / nowcasting_datamodel

Datamodel for the nowcasting project
6 stars 6 forks source link

Add capacity pv system #52

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

Fixes # https://github.com/openclimatefix/nowcasting_forecast/issues/97

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #52 (ec45fb2) into main (a2e8254) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   98.43%   98.44%   +0.01%     
==========================================
  Files          16       16              
  Lines         640      645       +5     
==========================================
+ Hits          630      635       +5     
  Misses         10       10              
Impacted Files Coverage Δ
nowcasting_datamodel/__init__.py 100.00% <100.00%> (ø)
nowcasting_datamodel/connection.py 94.11% <100.00%> (+0.36%) :arrow_up:
nowcasting_datamodel/models/pv.py 100.00% <100.00%> (ø)
nowcasting_datamodel/read/read.py 99.28% <100.00%> (+0.01%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more