Skip to content

Commit eff7085

Browse files
committed
fix loadDFG
1 parent 95f36fe commit eff7085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fileDFGTests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ using Test
4040

4141
copyDfg = DistributedFactorGraphs._getDuplicatedEmptyDFG(dfg)
4242
@info "Going to load $filename"
43-
retDFG = loadDFG(filename, Main, copyDfg, loaddir="/tmp")
43+
retDFG = loadDFG(filename, Main, copyDfg) #, loaddir="/tmp")
4444

4545
@test issetequal(ls(dfg), ls(retDFG))
4646
@test issetequal(lsf(dfg), lsf(retDFG))

0 commit comments

Comments
 (0)