Skip to content

Commit c4d1f89

Browse files
committed
separate bug fix
1 parent 9cd552f commit c4d1f89

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
@@ -226,7 +226,7 @@ function packVariable(v::DFGVariable)
226226
props["nstime"] = string(v.nstime.value)
227227
props["tags"] = v.tags # JSON2.write(v.tags)
228228
props["ppeDict"] = v.ppeDict # JSON2.write(v.ppeDict)
229-
props["solverDataDict"] = (Dict(keys(v.solverDataDict) .=> map(vnd -> packVariableNodeData(dfg, vnd), values(v.solverDataDict)))) # JSON2.write
229+
props["solverDataDict"] = (Dict(keys(v.solverDataDict) .=> map(vnd -> packVariableNodeData(vnd), values(v.solverDataDict)))) # JSON2.write
230230
props["smallData"] = v.smallData # JSON2.write(v.smallData)
231231
props["solvable"] = v.solvable
232232
props["variableType"] = typeModuleName(getVariableType(v))

0 commit comments

Comments
 (0)