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 98490f5 commit 1d544e1Copy full SHA for 1d544e1
test/structural_transformation/utils.jl
@@ -23,7 +23,7 @@ state = TearingState(pendulum)
23
StructuralTransformations.find_solvables!(state)
24
sss = state.structure
25
@unpack graph, solvable_graph, var_to_diff = sss
26
-@test graph.fadjlist == [[1, 7], [2, 8], [3, 5, 9], [4, 6, 9], [5, 6]]
+@test sort(graph.fadjlist) == [[1, 7], [2, 8], [3, 5, 9], [4, 6, 9], [5, 6]]
27
@test length(graph.badjlist) == 9
28
@test ne(graph) == nnz(incidence_matrix(graph)) == 12
29
@test nv(solvable_graph) == 9 + 5
0 commit comments