Skip to content

Commit 66f2d75

Browse files
fix: fix array hack when looking through unknowns
1 parent 1359630 commit 66f2d75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/structural_transformation/symbolics_tearing.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,6 @@ function cse_and_array_hacks(sys, obs, subeqs, unknowns, neweqs; cse = true, arr
719719
Symbolics.shape(sym) != Symbolics.Unknown() || continue
720720
arg1 = arguments(sym)[1]
721721
cnt = get(arr_obs_occurrences, arg1, 0)
722-
cnt == 0 && continue
723722
arr_obs_occurrences[arg1] = cnt + 1
724723
end
725724
for eq in neweqs

0 commit comments

Comments
 (0)