We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85dd259 commit 58c7094Copy full SHA for 58c7094
src/TestReactors.jl
@@ -141,7 +141,7 @@ using SciMLSensitivity
141
142
name = "oxygen"
143
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
+ @test sol(sol.t[end])[ind] ≈ 0.11758959354431776 rtol = 1e-4 #test there are oxygen dissolved into the liquid
145
146
end
147
0 commit comments