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

Velocity aggregated timeseries #105

Closed diodon closed 4 years ago

diodon commented 4 years ago

This PR fixes the problem of DEPTH_quality_control with more than one dimension. Tested in all sites, no problems!

codecov[bot] commented 4 years ago

Codecov Report

Merging #105 into master will decrease coverage by 4.59%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #105     +/-   ##
=========================================
- Coverage   66.38%   61.79%   -4.6%     
=========================================
  Files           7        7             
  Lines         946     1060    +114     
  Branches      147      165     +18     
=========================================
+ Hits          628      655     +27     
- Misses        291      378     +87     
  Partials       27       27
Impacted Files Coverage Δ
...eseries_products/velocity_aggregated_timeseries.py 0% <0%> (ø) :arrow_up:
...odntools/timeseries_products/gridded_timeseries.py 0% <0%> (ø) :arrow_up:
...tools/timeseries_products/aggregated_timeseries.py 88.73% <0%> (+1.55%) :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 e05c893...32c00ea. Read the comment docs.

codecov[bot] commented 4 years ago

Codecov Report

Merging #105 into master will decrease coverage by 4.59%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
- Coverage   66.38%   61.79%   -4.60%     
==========================================
  Files           7        7              
  Lines         946     1060     +114     
  Branches      147      165      +18     
==========================================
+ Hits          628      655      +27     
- Misses        291      378      +87     
  Partials       27       27              
Impacted Files Coverage Δ
...odntools/timeseries_products/gridded_timeseries.py 0.00% <0.00%> (ø)
...eseries_products/velocity_aggregated_timeseries.py 0.00% <0.00%> (ø)
...tools/timeseries_products/aggregated_timeseries.py 88.73% <0.00%> (+1.55%) :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 e05c893...32c00ea. Read the comment docs.

codecov[bot] commented 4 years ago

Codecov Report

Merging #105 into master will decrease coverage by 4.59%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
- Coverage   66.38%   61.79%   -4.60%     
==========================================
  Files           7        7              
  Lines         946     1060     +114     
  Branches      147      165      +18     
==========================================
+ Hits          628      655      +27     
- Misses        291      378      +87     
  Partials       27       27              
Impacted Files Coverage Δ
...odntools/timeseries_products/gridded_timeseries.py 0.00% <0.00%> (ø)
...eseries_products/velocity_aggregated_timeseries.py 0.00% <0.00%> (ø)
...tools/timeseries_products/aggregated_timeseries.py 88.73% <0.00%> (+1.55%) :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 e05c893...32c00ea. Read the comment docs.

mhidas commented 4 years ago

:+1: