JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
353 stars 69 forks source link

timearray: `getindex(ta)` throws BoundsError #422

Closed iblislin closed 5 years ago

iblislin commented 5 years ago

close #420

julia> cl[]
ERROR: BoundsError: attempt to access TimeArray{Float64,1,Date,Array{Float64,1}}
  at index []
codecov-io commented 5 years ago

Codecov Report

Merging #422 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #422      +/-   ##
==========================================
+ Coverage   85.71%   85.74%   +0.03%     
==========================================
  Files          10       10              
  Lines         462      463       +1     
==========================================
+ Hits          396      397       +1     
  Misses         66       66
Impacted Files Coverage Δ
src/timearray.jl 94.78% <100%> (+0.04%) :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 45e8757...c4655db. Read the comment docs.