Skip to content

Commit

Permalink
Merge pull request #597 from JuliaRobotics/hackfix/20Q3/split_dataEnt…
Browse files Browse the repository at this point in the history
…ryType

Split DistributedFactorGraphs.BlobStoreEntry
  • Loading branch information
dehann authored Aug 12, 2020
2 parents 211af7c + 35b437b commit 182a5b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/Serialization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ function unpackVariable(dfg::G,
dataElemTypes = JSON2.read(packedProps["bigDataElemType"], Dict{Symbol, Symbol})
else
dataElemTypes = JSON2.read(packedProps["dataEntryType"], Dict{Symbol, Symbol})
for (k,name) in dataElemTypes
dataElemTypes[k] = Symbol(split(string(name), '.')[end])
end
end

#TODO Deprecate - for backward compatibility between v0.8 and v0.9, remove in v0.10
Expand Down

0 comments on commit 182a5b6

Please sign in to comment.