File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ using SciMLSensitivity
4
4
using ForwardDiff
5
5
using PreallocationTools
6
6
using LinearAlgebra
7
+ using DataFrames
8
+ using CSV
7
9
8
10
abstract type AbstractSimulation end
9
11
export AbstractSimulation
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ using SciMLBase
3
3
using Sundials
4
4
using CSV
5
5
using DataFrames
6
+ using SciMLSensitivity
6
7
7
8
@testset " Test Reactors" begin
8
9
@@ -140,7 +141,7 @@ using DataFrames
140
141
141
142
name = " oxygen"
142
143
ind = findfirst (x -> x == name, liqspcnames)
143
- @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
144
145
145
146
end
146
147
You can’t perform that action at this time.
0 commit comments