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

Fix MultiIndex issue in hourly_timeseries #160

Closed mhidas closed 2 years ago

mhidas commented 2 years ago

This is actually just restoring a line of code that I didn't understand before and took out in #151 - now I know why it was there!

codecov[bot] commented 2 years ago

Codecov Report

Merging #160 (a93e478) into master (238f3ce) will increase coverage by 13.87%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master     #160       +/-   ##
===========================================
+ Coverage   70.52%   84.39%   +13.87%     
===========================================
  Files          12       12               
  Lines        1133     1134        +1     
  Branches      153      153               
===========================================
+ Hits          799      957      +158     
+ Misses        317      156      -161     
- Partials       17       21        +4     
Impacted Files Coverage Δ
aodntools/timeseries_products/hourly_timeseries.py 98.19% <100.00%> (+<0.01%) :arrow_up:
.../timeseries_products/velocity_hourly_timeseries.py 94.01% <0.00%> (+94.01%) :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 238f3ce...a93e478. Read the comment docs.