Skip to content

Commit cc51e59

Browse files
committed
comment a few tutorials as they use too much memory
1 parent 90b250c commit cc51e59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/test_tutorials.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
include("../tutorials/Tutorial_Basic.jl")
55
end
66

7-
@testset "Jura tutorial" begin
8-
include("../tutorials/Tutorial_Jura.jl")
9-
end
7+
#@testset "Jura tutorial" begin
8+
# include("../tutorials/Tutorial_Jura.jl")
9+
#end
1010

1111
@testset "LaPalma tutorial" begin
1212
include("../tutorials/Tutorial_LaPalma.jl")
@@ -20,7 +20,7 @@ end
2020
@testset "2D Numerical Model tutorial" begin
2121
include("../tutorials/Tutorial_NumericalModel_2D.jl")
2222
end
23-
24-
@testset "3D Numerical Model tutorial" begin
25-
include("../tutorials/Tutorial_NumericalModel_3D.jl")
26-
end
23+
#
24+
#@testset "3D Numerical Model tutorial" begin
25+
# include("../tutorials/Tutorial_NumericalModel_3D.jl")
26+
#end

0 commit comments

Comments
 (0)