Skip to content

Commit 1186d1a

Browse files
committed
fix test
1 parent cb7b41c commit 1186d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ mod tests {
439439
edge_weight: EdgeWeight::Capacity,
440440
imbalance_factor: 1.1,
441441
iteration_number: 100,
442-
contiguous: true,
442+
contiguous: false,
443443
})
444444
);
445445
}

0 commit comments

Comments
 (0)