update
This commit is contained in:
@@ -199,15 +199,6 @@ end
|
||||
|
||||
|
||||
function createTimeline(memory::T1; skiprecent::Integer=0) where {T1<:AbstractVector}
|
||||
# totalevents = length(memory)
|
||||
# ind =
|
||||
# if totalevents > skiprecent
|
||||
# start = totalevents - skiprecent
|
||||
# start:totalevents
|
||||
# else
|
||||
# 1:totalevents
|
||||
# end
|
||||
|
||||
events = memory[1:end-skiprecent]
|
||||
|
||||
timeline = ""
|
||||
|
||||
Reference in New Issue
Block a user