niosh-mining / obsplus

A Pandas-Centric ObsPy Expansion Pack
GNU Lesser General Public License v3.0
38 stars 8 forks source link

remove to_numpy #241

Closed d-chambers closed 3 years ago

d-chambers commented 3 years ago

replaces to_numpy in favor of to_datetime64 and to_timedelta64

codecov-commenter commented 3 years ago

Codecov Report

Merging #241 (fe9101d) into master (9ad5c5d) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
+ Coverage   97.88%   97.90%   +0.02%     
==========================================
  Files          39       39              
  Lines        4637     4637              
  Branches      663      663              
==========================================
+ Hits         4539     4540       +1     
  Misses         42       42              
+ Partials       56       55       -1     
Flag Coverage Δ
unittests 97.90% <100.00%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
obsplus/utils/waveforms.py 98.13% <100.00%> (ø)
obsplus/events/merge.py 99.23% <0.00%> (+0.76%) :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 9ad5c5d...fe9101d. Read the comment docs.