Skip to content

Commit 73054c4

Browse files
remove double simplify case in reduction.jl
1 parent 9b635db commit 73054c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/reduction.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ __x = x
7575
# Reduced Flattened System
7676

7777
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))
8378
@test setdiff(unknowns(reduced_system),
8479
[s
8580
a

0 commit comments

Comments
 (0)