Skip to content

Commit

Permalink
Split DistributedFactorGraphs.BlobStoreEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
Affie committed Aug 12, 2020
1 parent afd4e41 commit 35b437b
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 35b437b

Please sign in to comment.