We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cfa99 commit 9686699Copy full SHA for 9686699
src/reactionsystem.jl
@@ -387,7 +387,7 @@ end
387
# or somehwere within the differential expression).
388
function is_species_diff(expr)
389
Symbolics.is_derivative(expr) || return false
390
- return hasnode(ex -> (ex isa Symbolics.BasicSymbolic) && isspecies(ex), expr)
+ return hasnode(ex -> (ex isa Symbolics.BasicSymbolic) && isspecies(ex) && !isbc(ex), expr)
391
end
392
393
# Four-argument constructor. Permits additional inputs as optional arguments.
0 commit comments