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 5bc6bb5 commit 938438aCopy full SHA for 938438a
test/iifInterfaceTests.jl
@@ -310,8 +310,8 @@ end
310
#confirm delete
311
@test symdiff(collect(keys(getVariablePPEs(newvar))), [:second]) == Symbol[]
312
# Persist it., and test #357
313
- mergeUpdateVariableSolverData!(dfg, newvar)
314
- # mergeVariableSolverData!(getVariable(dfg, getLabel(newvar)), newvar)
+ mergeVariableSolverData!(dfg, newvar)
+ # mergeUpdateVariableSolverData!(dfg, newvar)
315
316
# Get the latest and confirm they're the same, :second
317
var1 = getVariable(dfg, :a)
0 commit comments