openeemeter / eeweather

Fetch NCDC ISD, TMY3, or CZ2010 weather data that corresponds to ZIP Code Tabulation Areas or Latitude/Longitude.
http://eeweather.openee.io/
Apache License 2.0
50 stars 19 forks source link

Fix bugs related to cache-only pulling of weather data #44

Closed ssuffian closed 5 years ago

ssuffian commented 5 years ago

Your checklist for this pull request

Please review the guidelines for contributing to this repository.

Description

Please describe your pull request.

codecov[bot] commented 5 years ago

Codecov Report

Merging #44 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #44   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          32     32           
  Lines        2630   2656   +26     
=====================================
+ Hits         2630   2656   +26
Impacted Files Coverage Δ
eeweather/ranking.py 100% <ø> (ø) :arrow_up:
eeweather/stations.py 100% <100%> (ø) :arrow_up:
tests/test_stations.py 100% <100%> (ø) :arrow_up:
tests/snapshots/snap_test_ranking.py 100% <100%> (ø) :arrow_up:

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 dc8f281...c12cf25. Read the comment docs.