Skip to content

Commit 3986d82

Browse files
Merge pull request #3522 from SciML/as/try-stuff
refactor: don't mark array variables as irreducible in `TearingState`
2 parents d8f0e2a + cb94751 commit 3986d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/systemstructure.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ function TearingState(sys; quick_cancel = false, check = true)
299299
end
300300
v = scalarize(v)
301301
if v isa AbstractArray
302-
v = setmetadata.(v, VariableIrreducible, true)
303302
append!(varsvec, v)
304303
else
305304
push!(varsvec, v)

0 commit comments

Comments
 (0)