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

Duty cycle motion correction #111

Closed jmcvey3 closed 1 year ago

jmcvey3 commented 1 year ago

Checks the dataset for duty cycle attributes and vectorizes correct_motion to correct each duty cycle individually. Added test that compares vectorization against wrapping the correct_motion function.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3449034434

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


Changes Missing Coverage Covered Lines Changed/Added Lines %
dolfyn/adv/motion.py 36 37 97.3%
<!-- Total: 61 62 98.39% -->
Totals Coverage Status
Change from base Build 3160202298: 0.1%
Covered Lines: 4707
Relevant Lines: 5188

💛 - Coveralls