We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aad74a commit 5a35802Copy full SHA for 5a35802
src/services/Serialization.jl
@@ -171,7 +171,7 @@ function _unpackPPE(
171
@warn "Cannot deserialize PPE, unknown type key, trying DistributedFactorGraphs.MeanMaxPPE" _type
172
_type = "DistributedFactorGraphs.MeanMaxPPE"
173
end
174
- ppeType = DistributedFactorGraphs.getTypeFromSerializationModule(_type)
+ ppeType = getTypeFromSerializationModule(_type)
175
176
ppe = Unmarshal.unmarshal(
177
ppeType,
0 commit comments