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

last minute fix

parent 7f6f819c
No related branches found
No related tags found
No related merge requests found
Pipeline #97546 passed
...@@ -909,11 +909,11 @@ version = "0.3.2" ...@@ -909,11 +909,11 @@ version = "0.3.2"
[[deps.PlanarLarvae]] [[deps.PlanarLarvae]]
deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"] deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"]
git-tree-sha1 = "33b53b6c16da1bd0982ce3b95096807c43b977dc" git-tree-sha1 = "4d26be48d93856d4d8f087f4b8e5d21d9c6c491d"
repo-rev = "main" repo-rev = "main"
repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl" repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl"
uuid = "c2615984-ef14-4d40-b148-916c85b43307" uuid = "c2615984-ef14-4d40-b148-916c85b43307"
version = "0.8.0" version = "0.8.1"
[[deps.PlotUtils]] [[deps.PlotUtils]]
deps = ["ColorSchemes", "Colors", "Dates", "Printf", "Random", "Reexport", "SnoopPrecompile", "Statistics"] deps = ["ColorSchemes", "Colors", "Dates", "Printf", "Random", "Reexport", "SnoopPrecompile", "Statistics"]
...@@ -1159,7 +1159,7 @@ version = "1.10.0" ...@@ -1159,7 +1159,7 @@ version = "1.10.0"
[[deps.TaggingBackends]] [[deps.TaggingBackends]]
deps = ["Dates", "HDF5", "LazyArtifacts", "MAT", "Memoization", "OrderedCollections", "PlanarLarvae", "PyCall", "Random", "StaticArrays", "Statistics"] deps = ["Dates", "HDF5", "LazyArtifacts", "MAT", "Memoization", "OrderedCollections", "PlanarLarvae", "PyCall", "Random", "StaticArrays", "Statistics"]
git-tree-sha1 = "23244a09a3ff671fbc4e90f211605fe8c49c679b" git-tree-sha1 = "9ae70e43f3e4f712af6758b14eb46cf7a4faa367"
repo-rev = "main" repo-rev = "main"
repo-url = "https://gitlab.pasteur.fr/nyx/TaggingBackends" repo-url = "https://gitlab.pasteur.fr/nyx/TaggingBackends"
uuid = "e551f703-3b82-4335-b341-d497b48d519b" uuid = "e551f703-3b82-4335-b341-d497b48d519b"
......
...@@ -220,7 +220,7 @@ function loadfile(path) ...@@ -220,7 +220,7 @@ function loadfile(path)
# #
labels = getlabels(file) labels = getlabels(file)
existingtags = labels[:names] existingtags = labels[:names]
secondarytags = getsecondarylabels(file) secondarytags = file isa Formats.JSONLabels ? getsecondarylabels(file) : nothing
if haskey(labels, :colors) if haskey(labels, :colors)
tagcolors = labels[:colors] tagcolors = labels[:colors]
return (tracks=tracks, timestamps=times, tags=existingtags, tagcolors=tagcolors, return (tracks=tracks, timestamps=times, tags=existingtags, tagcolors=tagcolors,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment