Skip to content

Commit b0613b1

Browse files
committed
Fix test
1 parent b323b00 commit b0613b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ S = sprand(10,10,0.1); S = S + S'
2727

2828
a = load("thing.jld")["G"]
2929
S = AMG.strength_of_connection(AMG.Classical(0.25), a)
30-
split_nodes(RS(), S) == [0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0,
30+
@test split_nodes(RS(), S) == [0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0,
3131
0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0,
3232
1, 0]
3333

0 commit comments

Comments
 (0)