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 c58037a commit df1224eCopy full SHA for df1224e
src/TestEdgeAnalysis.jl
@@ -55,7 +55,7 @@ using Sundials
55
reactedge = Reactor(coreedgedomain,coreedgey0,(0.0,1e6);p=coreedgep);
56
(terminated,resurrected,invalidobjects,unimolecularthreshold,bimolecularthreshold,
57
trimolecularthreshold,maxedgespeciesrateratios) = selectobjects(react,reactedge,coreedgedomain,[],coredomain,
58
- [],corep,coreedgep,0.03,Inf,0.03,false,true,5,0.005,1.0,1.0,true,termination,1.0e8,Dict(),20)
+ [],corep,coreedgep,0.03,Inf,0.03,false,true,5,0.005,1.0,1.0,true,termination,1.0e8,Dict(),20,Inf)
59
@test terminated == false
60
@test invalidobjects[1].name == "[CH2]CCC"
61
@test unimolecularthreshold[5] == true
0 commit comments