Skip to content

Commit 79da748

Browse files
test: update tests
1 parent 68efaa6 commit 79da748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/structural_transformation/tearing.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ newsys = tearing(sys)
9797
# e5 [ 1 1 | 1 ]
9898

9999
let state = TearingState(sys)
100-
torn_matching, = tearing(state)
101-
S = StructuralTransformations.reordered_matrix(sys, torn_matching)
100+
result, = tearing(state)
101+
S = StructuralTransformations.reordered_matrix(sys, result.var_eq_matching)
102102
@test S == [1 0 0 0 1
103103
1 1 0 0 0
104104
1 1 1 0 0

0 commit comments

Comments
 (0)