Skip to content

Commit fc41d02

Browse files
committed
Don't allow symbolic coefficients in in solvable graph
1 parent c66c5bd commit fc41d02

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)