openclimatefix / nowcasting_datamodel

Datamodel for the nowcasting project
6 stars 6 forks source link

Issue/4 pv model #7

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

refactor datamodels add pv models add fake method

Fixes #4

How Has This Been Tested?

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #7 (6a5b3fa) into main (fb6d521) will decrease coverage by 0.23%. The diff coverage is 97.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
- Coverage   98.15%   97.91%   -0.24%     
==========================================
  Files           8       11       +3     
  Lines         271      336      +65     
==========================================
+ Hits          266      329      +63     
- Misses          5        7       +2     
Impacted Files Coverage Δ
nowcasting_datamodel/models/pv.py 96.42% <96.42%> (ø)
nowcasting_datamodel/connection.py 88.23% <100.00%> (ø)
nowcasting_datamodel/fake.py 100.00% <100.00%> (ø)
nowcasting_datamodel/models/__init__.py 100.00% <100.00%> (ø)
nowcasting_datamodel/models/models.py 100.00% <100.00%> (ø)
nowcasting_datamodel/models/utils.py 100.00% <100.00%> (ø)

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 fb6d521...6a5b3fa. Read the comment docs.