Commit 90eda2a 1 parent 1ae064c commit 90eda2a Copy full SHA for 90eda2a
File tree 1 file changed +2
-20
lines changed
1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 1
1
using Test
2
2
using PlanktonIndividuals
3
3
4
- # @testset "PlanktonIndividuals 3D tests:" begin
5
- # include(dirname(pathof(PlanktonIndividuals))*"/../test/model_test_3D.jl")
6
- # @test isapprox(TC,TCt; atol=1e2)
7
- # end #@testset "PlanktonIndividuals 3D tests:" begin
8
-
9
- # @testset "PlanktonIndividuals 2D tests:" begin
10
- # include(dirname(pathof(PlanktonIndividuals))*"/../test/model_test_2D.jl")
11
- # @test isapprox(TP,TPt; atol=1e1)
12
- # end #@testset "PlanktonIndividuals 2D tests:" begin
13
-
14
- # @testset "PlanktonIndividuals 1D tests:" begin
15
- # include(dirname(pathof(PlanktonIndividuals))*"/../test/model_test_1D.jl")
16
- # @test isapprox(TP,TPt; atol=1e1)
17
- # end #@testset "PlanktonIndividuals 1D tests:" begin
18
-
19
- # @testset "PlanktonIndividuals 0D tests:" begin
20
- # include(dirname(pathof(PlanktonIndividuals))*"/../test/model_test_0D.jl")
21
- # @test isapprox(TP,TPt; atol=1e1)
22
- # end #@testset "PlanktonIndividuals 0D tests:" begin
23
-
24
4
@testset " PlanktonIndividuals" begin
25
5
@testset " Unit tests" begin
26
6
include (" grid_test.jl" )
27
7
include (" field_test.jl" )
8
+ include (" parameter_test.jl" )
9
+ include (" output_test.jl" )
28
10
end
29
11
@testset " Example tests" begin
30
12
include (" example_3D_test.jl" )
You can’t perform that action at this time.
0 commit comments