ocean-transport / floater

For working with lagrangian float data
http://floater.readthedocs.io
15 stars 17 forks source link

WIP: bisection search #67

Closed rabernat closed 6 years ago

rabernat commented 6 years ago

First steps towards fixing #65

codecov-io commented 6 years ago

Codecov Report

Merging #67 into master will increase coverage by 4.3%. The diff coverage is 83.82%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #67     +/-   ##
=========================================
+ Coverage   72.45%   76.76%   +4.3%     
=========================================
  Files           4        4             
  Lines         610      693     +83     
  Branches      111      117      +6     
=========================================
+ Hits          442      532     +90     
+ Misses        138      131      -7     
  Partials       30       30
Impacted Files Coverage Δ
floater/rclv.py 87.08% <83.82%> (+4.88%) :arrow_up:
floater/utils.py 37.82% <0%> (ø) :arrow_up:
floater/generators.py 90.69% <0%> (+2.67%) :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 3d32cef...e0b5c73. Read the comment docs.

rabernat commented 6 years ago

I fixed the test failures. I am going to merge in one day. Any comments from anyone?