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 7025afe commit f9beabcCopy full SHA for f9beabc
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