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 cc8f67f commit da53647Copy full SHA for da53647
src/services/Serialization.jl
@@ -221,7 +221,7 @@ function unpackVariable(
221
end
222
223
# FIXME, drop nested packing, see DFG #867
224
- ppeDict = if unpackPPEs && haskey(packedProps,"ppesDict")
+ ppeDict = if unpackPPEs && haskey(packedProps,"ppeDict")
225
JSON2.read(packedProps["ppeDict"], Dict{Symbol, MeanMaxPPE})
226
elseif unpackPPEs && haskey(packedProps,"ppes") && packedProps["ppes"] isa AbstractVector
227
# these different cases are not well covered in tests, but first fix #867
0 commit comments