openclimatefix / PVConsumer

Consumer PV data from various sources
Apache License 2.0
3 stars 1 forks source link

update to nowcasting_datamodel==0.0.11 #16

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

speed up pv consumer

Fixes #

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

If your changes affect data processing, have you plotted any changes? i.e. have you done a quick sanity check?

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #16 (f10bff0) into main (2fa0d29) will increase coverage by 0.18%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   93.75%   93.93%   +0.18%     
==========================================
  Files           4        4              
  Lines         160      165       +5     
==========================================
+ Hits          150      155       +5     
  Misses         10       10              
Impacted Files Coverage Δ
pvconsumer/app.py 90.12% <100.00%> (+0.12%) :arrow_up:
pvconsumer/pv_systems.py 97.36% <100.00%> (+0.14%) :arrow_up:

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