lkilcher / dolfyn

A library for oceanographic doppler instruments such as Acoustic Doppler Profilers (ADPs, ADCPs) and Acoustic Doppler Velocimeters (ADVs).
BSD 3-Clause "New" or "Revised" License
41 stars 25 forks source link

ADV 'nens' bugfix #100

Closed jmcvey3 closed 2 years ago

jmcvey3 commented 2 years ago

Remove extra entry added to ADV time dimension when read is given "nens" argument

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2209005524

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
dolfyn/adv/clean.py 1 92.98%
dolfyn/tools/misc.py 2 89.21%
dolfyn/io/base.py 4 92.31%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 2208909018: -0.06%
Covered Lines: 4649
Relevant Lines: 5126

💛 - Coveralls
jmcvey3 commented 2 years ago

Thanks to @Alex-McVey for discovering