Skip to content

Commit 06e6b0e

Browse files
committed
Allow coefficients to be parameters
1 parent 7945b36 commit 06e6b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structural_transformation/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function find_eq_solvables!(state::TearingState, ieq; may_be_zero=false, allow_s
173173
if a isa Symbolic
174174
if !allow_symbolic
175175
if allow_parameter
176-
ModelingToolkit.isparameter(a) || continue
176+
all(ModelingToolkit.isparameter, vars(a)) || continue
177177
else
178178
continue
179179
end

0 commit comments

Comments
 (0)