openclimatefix / nowcasting_dataset

Prepare batches of data for training machine learning solar electricity nowcasting data
https://nowcasting-dataset.readthedocs.io/en/stable/
MIT License
24 stars 6 forks source link

Slight tweaks to the typing and docstrings, to stop mypy complaining! #696

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

Pull Request

Description

How Has This Been Tested?

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #696 (74f9a20) into main (0e22b7b) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #696   +/-   ##
=======================================
  Coverage   93.24%   93.24%           
=======================================
  Files          48       48           
  Lines        3388     3391    +3     
=======================================
+ Hits         3159     3162    +3     
  Misses        229      229           
Impacted Files Coverage Δ
nowcasting_dataset/data_sources/fake/batch.py 86.66% <100.00%> (+0.10%) :arrow_up:
...owcasting_dataset/data_sources/fake/coordinates.py 90.62% <100.00%> (+0.30%) :arrow_up:
nowcasting_dataset/geospatial.py 100.00% <100.00%> (ø)

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