Skip to content

Commit 5a35802

Browse files
committed
minor improvement
1 parent 0aad74a commit 5a35802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Serialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function _unpackPPE(
171171
@warn "Cannot deserialize PPE, unknown type key, trying DistributedFactorGraphs.MeanMaxPPE" _type
172172
_type = "DistributedFactorGraphs.MeanMaxPPE"
173173
end
174-
ppeType = DistributedFactorGraphs.getTypeFromSerializationModule(_type)
174+
ppeType = getTypeFromSerializationModule(_type)
175175

176176
ppe = Unmarshal.unmarshal(
177177
ppeType,

0 commit comments

Comments
 (0)