openclimatefix / nowcasting_dataset

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

add option to save batches to differnt location for manager live #662

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

For https://github.com/openclimatefix/nowcasting_forecast/issues/59 Option to save batches in ManagerLive

Fixes #

How Has This Been Tested?

added to unittest

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #662 (25668e6) into main (f1ad254) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #662   +/-   ##
=======================================
  Coverage   93.25%   93.25%           
=======================================
  Files          47       47           
  Lines        3200     3204    +4     
=======================================
+ Hits         2984     2988    +4     
  Misses        216      216           
Impacted Files Coverage Δ
nowcasting_dataset/manager/manager_live.py 91.78% <100.00%> (+0.47%) :arrow_up:

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