openclimatefix / MetOfficeDataHub

Python wrapper around MetOffice Atmospheric Model Data REST API
MIT License
3 stars 0 forks source link

Save memory #27

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

try to save memory

How Has This Been Tested?

normal unittests

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #27 (2e82b07) into main (a065dd4) will increase coverage by 0.14%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   93.67%   93.82%   +0.14%     
==========================================
  Files           6        6              
  Lines         253      259       +6     
==========================================
+ Hits          237      243       +6     
  Misses         16       16              
Impacted Files Coverage Δ
metofficedatahub/app.py 86.66% <100.00%> (+0.45%) :arrow_up:
metofficedatahub/multiple_files.py 96.96% <100.00%> (+0.16%) :arrow_up:

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