We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b250c commit cc51e59Copy full SHA for cc51e59
test/test_tutorials.jl
@@ -4,9 +4,9 @@
4
include("../tutorials/Tutorial_Basic.jl")
5
end
6
7
-@testset "Jura tutorial" begin
8
- include("../tutorials/Tutorial_Jura.jl")
9
-end
+#@testset "Jura tutorial" begin
+# include("../tutorials/Tutorial_Jura.jl")
+#end
10
11
@testset "LaPalma tutorial" begin
12
include("../tutorials/Tutorial_LaPalma.jl")
@@ -20,7 +20,7 @@ end
20
@testset "2D Numerical Model tutorial" begin
21
include("../tutorials/Tutorial_NumericalModel_2D.jl")
22
23
-
24
-@testset "3D Numerical Model tutorial" begin
25
- include("../tutorials/Tutorial_NumericalModel_3D.jl")
26
+#
+#@testset "3D Numerical Model tutorial" begin
+# include("../tutorials/Tutorial_NumericalModel_3D.jl")
0 commit comments