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 9b635db commit 73054c4Copy full SHA for 73054c4
test/reduction.jl
@@ -75,11 +75,6 @@ __x = x
75
# Reduced Flattened System
76
77
reduced_system = structural_simplify(connected)
78
-reduced_system2 = structural_simplify(tearing_substitution(structural_simplify(tearing_substitution(structural_simplify(connected)))))
79
-
80
-@test isempty(setdiff(unknowns(reduced_system), unknowns(reduced_system2)))
81
-@test isequal(equations(tearing_substitution(reduced_system)), equations(reduced_system2))
82
-@test isequal(observed(reduced_system), observed(reduced_system2))
83
@test setdiff(unknowns(reduced_system),
84
[s
85
a
0 commit comments