Skip to content

Commit e720cac

Browse files
authored
Merge pull request #1851 from SciML/myb/state_priority
Don't allow symbolic coefficients in in solvable graph
2 parents 6ec8d11 + fc41d02 commit e720cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structural_transformation/symbolics_tearing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function eq_derivative!(ts::TearingState{ODESystem}, ieq::Int)
7676
add_edge!(s.graph, eq_diff, s.var_to_diff[var])
7777
end
7878
s.solvable_graph === nothing ||
79-
find_eq_solvables!(ts, eq_diff; may_be_zero = true, allow_symbolic = true)
79+
find_eq_solvables!(ts, eq_diff; may_be_zero = true, allow_symbolic = false)
8080

8181
return eq_diff
8282
end

0 commit comments

Comments
 (0)