File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ Requires = "1.0"
56
56
RuntimeGeneratedFunctions = " 0.5.12"
57
57
Setfield = " 1"
58
58
StructuralIdentifiability = " 0.5.1"
59
- SymbolicUtils = " 1.0.3"
60
59
Symbolics = " 5.27"
60
+ SymbolicUtils = " 2.0.2"
61
+ TermInterface = " 0.4.1"
61
62
Unitful = " 1.12.4"
62
63
julia = " 1.10"
63
64
Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ function nonlinear_convert_differentials_check(rs::ReactionSystem)
560
560
# If the contenct of the differential is not a variable (and nothing more).
561
561
# If either of this is a case, throws the warning.
562
562
if Symbolics. _occursin (Symbolics. is_derivative, eq. rhs) ||
563
- ! iscall (eq. lhs) ||
563
+ ! Symbolics . is_derivative (eq. lhs) ||
564
564
! isequal (Symbolics. operation (eq. lhs), Differential (get_iv (rs))) ||
565
565
(length (arguments (eq. lhs)) != 1 ) ||
566
566
! any (isequal (arguments (eq. lhs)[1 ]), nonspecies (rs))
You can’t perform that action at this time.
0 commit comments