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 2b121c3 commit 40d2139Copy full SHA for 40d2139
test/structural_transformation/index_reduction.jl
@@ -37,7 +37,7 @@ state = TearingState(pendulum)
37
@test StructuralTransformations.maximal_matching(graph, eq -> true,
38
v -> var_to_diff[v] === nothing) ==
39
map(x -> x == 0 ? StructuralTransformations.unassigned : x,
40
- [1, 2, 3, 4, 0, 0, 0, 0, 0])
+ [3, 4, 2, 5, 0, 0, 0, 0, 0])
41
42
using ModelingToolkit
43
@parameters L g
0 commit comments