We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68efaa6 commit 79da748Copy full SHA for 79da748
test/structural_transformation/tearing.jl
@@ -97,8 +97,8 @@ newsys = tearing(sys)
97
# e5 [ 1 1 | 1 ]
98
99
let state = TearingState(sys)
100
- torn_matching, = tearing(state)
101
- S = StructuralTransformations.reordered_matrix(sys, torn_matching)
+ result, = tearing(state)
+ S = StructuralTransformations.reordered_matrix(sys, result.var_eq_matching)
102
@test S == [1 0 0 0 1
103
1 1 0 0 0
104
1 1 1 0 0
0 commit comments