Skip to content

Commit 35b437b

Browse files
committed
Split DistributedFactorGraphs.BlobStoreEntry
1 parent afd4e41 commit 35b437b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/Serialization.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ function unpackVariable(dfg::G,
108108
dataElemTypes = JSON2.read(packedProps["bigDataElemType"], Dict{Symbol, Symbol})
109109
else
110110
dataElemTypes = JSON2.read(packedProps["dataEntryType"], Dict{Symbol, Symbol})
111+
for (k,name) in dataElemTypes
112+
dataElemTypes[k] = Symbol(split(string(name), '.')[end])
113+
end
111114
end
112115

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

0 commit comments

Comments
 (0)