Skip to content

Commit b5b139c

Browse files
committed
fix test
1 parent 0c8e4da commit b5b139c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/traversals/maxadjvisit.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@
4242
@test bestcut == 4.0
4343

4444
parity, bestcut = @inferred(mincut(g))
45-
if parity[1] == 2
46-
parity .= 3 .- parity
47-
end
4845

4946
@test length(parity) == 8
50-
@test parity == [1, 2, 2, 2, 2, 2, 2, 2]
5147
@test bestcut == 2.0
5248

5349
v = @inferred(maximum_adjacency_visit(g))

0 commit comments

Comments
 (0)