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 6a4cee3 commit 2891cf3Copy full SHA for 2891cf3
test/structural_transformation/utils.jl
@@ -22,7 +22,7 @@ state = TearingState(pendulum)
22
StructuralTransformations.find_solvables!(state)
23
sss = state.structure
24
@unpack graph, solvable_graph, var_to_diff = sss
25
-@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]]
26
@test length(graph.badjlist) == 9
27
@test ne(graph) == nnz(incidence_matrix(graph)) == 12
28
@test nv(solvable_graph) == 9 + 5
0 commit comments