Skip to content

Commit 279b364

Browse files
committed
fix test
1 parent 073af2e commit 279b364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testFluxModelsDistribution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ saveDFG("/tmp/fg_test_flux", fg)
5858

5959
fg_ = loadDFG("/tmp/fg_test_flux")
6060

61-
ff1 = getFactorType(fg, :x0f1)
61+
ff1 = getFactorType(fg_, :x0f1)
6262
ff1.Z.shuffle[] = true
6363

6464
solveTree!(fg_);

0 commit comments

Comments
 (0)