This commit is contained in:
narawat lamaiin
2025-01-16 07:40:39 +07:00
parent c7000f66b8
commit 3fdc0adf99
4 changed files with 44 additions and 44 deletions

View File

@@ -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 = ""