openclimatefix / pvoutput

Python code for downloading PV data from PVOutput.org
Apache License 2.0
34 stars 17 forks source link

add option for mutlile pv systems ids in get status #100

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

add option to add mutlie system ids for 'get_status'

How Has This Been Tested?

normal unittest ran skipped UI tests too

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #100 (8b73e8c) into main (8f57623) will increase coverage by 0.35%. The diff coverage is 3.44%.

@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
+ Coverage   49.21%   49.57%   +0.35%     
==========================================
  Files          12       12              
  Lines        1022     1051      +29     
==========================================
+ Hits          503      521      +18     
- Misses        519      530      +11     
Impacted Files Coverage Δ
pvoutput/pvoutput.py 25.53% <3.44%> (+2.46%) :arrow_up:
pvoutput/utils.py 55.75% <0.00%> (+0.88%) :arrow_up:

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