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 d580647 commit fa0df9dCopy full SHA for fa0df9d
src/network_analysis.jl
@@ -403,7 +403,7 @@ function isforestlike(rn::ReactionSystem)
403
nps = get_networkproperties(rn)
404
405
isempty(nps.incidencemat) && reactioncomplexes(rn)
406
- sparseig = issparse(incidencemat)
+ sparseig = issparse(nps.incidencemat)
407
for subnet in subnets
408
nps = get_networkproperties(subnet)
409
isempty(nps.incidencemat) && reactioncomplexes(subnet; sparse = sparseig)
0 commit comments