Skip to content

Commit e51a851

Browse files
authored
Merge pull request #579 from ChrisRackauckas/patch-2
Update coefficienttype for depwarn
2 parents b518a24 + bb122d7 commit e51a851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model_kit/symbolic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ function system_with_coefficents_as_params(
14471447
param_name = gensym(:c)
14481448
k = 1
14491449
params = Variable[]
1450-
target_params = MP.coefficienttype(F)[]
1450+
target_params = MP.coefficient_type(F)[]
14511451
G = map(F) do f
14521452
sum(MP.terms(f)) do t
14531453
c = Variable(param_name, k)

0 commit comments

Comments
 (0)