xKDR / TSFrames.jl

Timeseries in Julia
MIT License
92 stars 22 forks source link

Add isregular #130

Closed harsharora21 closed 1 year ago

harsharora21 commented 1 year ago

This PR added isregular function to TSFrames

codecov-commenter commented 1 year ago

Codecov Report

Merging #130 (070977a) into main (c2078d0) will decrease coverage by 2.18%. The diff coverage is 88.88%.

@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
- Coverage   89.80%   87.62%   -2.19%     
==========================================
  Files          19       19              
  Lines         363      404      +41     
==========================================
+ Hits          326      354      +28     
- Misses         37       50      +13     
Impacted Files Coverage Δ
src/TSFrames.jl 100.00% <ø> (ø)
src/utils.jl 72.97% <88.88%> (-8.11%) :arrow_down:
src/join.jl 100.00% <0.00%> (ø)
src/TSFrame.jl 95.91% <0.00%> (+0.36%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

chiraganand commented 1 year ago

@harsharora21 Why do we have test_isregular() and test_regular_new() in test/utils.jl? There should only be a single function for testing the isregular() function. Can you fix this quickly?

harsharora21 commented 1 year ago

@harsharora21 Why do we have test_isregular() and test_regular_new() in test/utils.jl? There should only be a single function for testing the isregular() function. Can you fix this quickly?

Fixed