Skip to content
Snippets Groups Projects
Commit 6429148b authored by François  LAURENT's avatar François LAURENT
Browse files

bugfix for previous bugfix

parent 568e8395
No related branches found
No related tags found
No related merge requests found
Pipeline #82491 passed
......@@ -323,7 +323,7 @@ function appendtags(timeseries, run)
if abs(t - t′) < TIME_PRECISION
tags = BehaviorTags(alllabels, begin
l = labels[j]
isempty(l) ? Symbol[] : l isa Vector ? Symbol.(l) : [Symbol(l)]
l isa Vector ? (isempty(l) ? Symbol[] : Symbol.(l)) : [Symbol(l)]
end)
j += 1
t′= length(times′) < j ? Inf : times′[j]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment