Skip to content

Commit 93c46ef

Browse files
committed
Straggler
1 parent e266d54 commit 93c46ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileDFG/services/FileDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function loadDFG(folder::String, iifModule, dfgLoadInto::G=GraphsDFG{NoSolverPar
7171
# PATCH - To update the fncargvID for factors, it's being cleared somewhere in rebuildFactorMetadata.
7272
# TEMPORARY
7373
# TODO: Remove
74-
map(f->getData(f).fncargvID = f._variableOrderSymbols, getFactors(dfgLoadInto))
74+
map(f->solverData(f).fncargvID = f._variableOrderSymbols, getFactors(dfgLoadInto))
7575

7676

7777
return dfgLoadInto

0 commit comments

Comments
 (0)