aodn / python-aodntools

Repository for templates and code relating to generating standard NetCDF files for the Australia Ocean Data Network
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Handle fill value aliases #36

Closed mhidas closed 5 years ago

mhidas commented 5 years ago

Fixes #27

codecov[bot] commented 5 years ago

Codecov Report

Merging #36 into master will increase coverage by 1.37%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage      92%   93.37%   +1.37%     
==========================================
  Files           2        2              
  Lines         175      181       +6     
  Branches       33       36       +3     
==========================================
+ Hits          161      169       +8     
+ Misses         11       10       -1     
+ Partials        3        2       -1
Impacted Files Coverage Δ
ncwriter/template.py 92.1% <100%> (+1.69%) :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 61ce339...bc3f677. Read the comment docs.

mhidas commented 5 years ago

This fixes #19 as well, as per my suggestion.