Skip to content

Commit 58c7094

Browse files
committed
Change rtol
1 parent 85dd259 commit 58c7094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestReactors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ using SciMLSensitivity
141141

142142
name = "oxygen"
143143
ind = findfirst(x -> x == name, liqspcnames)
144-
@test sol(sol.t[end])[ind] 0.11758959354431776 rtol = 1e-5 #test there are oxygen dissolved into the liquid
144+
@test sol(sol.t[end])[ind] 0.11758959354431776 rtol = 1e-4 #test there are oxygen dissolved into the liquid
145145

146146
end
147147

0 commit comments

Comments
 (0)