Skip to content

Commit df1224e

Browse files
committed
Add deadendradicaltolerance to test
1 parent c58037a commit df1224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestEdgeAnalysis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ using Sundials
5555
reactedge = Reactor(coreedgedomain,coreedgey0,(0.0,1e6);p=coreedgep);
5656
(terminated,resurrected,invalidobjects,unimolecularthreshold,bimolecularthreshold,
5757
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)
58+
[],corep,coreedgep,0.03,Inf,0.03,false,true,5,0.005,1.0,1.0,true,termination,1.0e8,Dict(),20,Inf)
5959
@test terminated == false
6060
@test invalidobjects[1].name == "[CH2]CCC"
6161
@test unimolecularthreshold[5] == true

0 commit comments

Comments
 (0)