Skip to content

Commit

Permalink
Update src/split.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Iblis Lin <[email protected]>
  • Loading branch information
ValentinKaisermayer and iblislin authored Dec 16, 2024
1 parent 6c83ea0 commit ee4c929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/split.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ function _split(ts::AbstractVector{D}, period::Function) where {D<:TimeType}
push!(idx, j:m)
end
return Iterators.map(i -> ts[i], idx)
end
end

0 comments on commit ee4c929

Please sign in to comment.