Skip to content

Commit 64269a5

Browse files
test: fix index reduction test
1 parent cb80b6a commit 64269a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/structural_transformation/index_reduction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ state = TearingState(pendulum)
3737
@test StructuralTransformations.maximal_matching(graph, eq -> true,
3838
v -> var_to_diff[v] === nothing) ==
3939
map(x -> x == 0 ? StructuralTransformations.unassigned : x,
40-
[1, 2, 3, 4, 0, 0, 0, 0, 0])
40+
[3, 4, 2, 5, 0, 0, 0, 0, 0])
4141

4242
using ModelingToolkit
4343
@parameters L g

0 commit comments

Comments
 (0)