File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed
Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ affiliations:
6060 - name : Goethe University Frankfurt, Germany
6161 index : 5
6262
63- date : 13 March 2024
63+ date : 14 March 2024
6464bibliography : paper.bib
6565---
6666
Original file line number Diff line number Diff line change 6060 include (" test_create_movie.jl" )
6161end
6262
63+ # Include tutorials
64+ include (" test_tutorials.jl" )
65+
6366# Cleanup
6467foreach (rm, filter (endswith (" .vts" ), readdir ()))
6568foreach (rm, filter (endswith (" .vtu" ), readdir ()))
Original file line number Diff line number Diff line change 1+ # this runs the tutorials that are part of the JOSS paper to ensure that they keep working moving forward
2+
3+ @testset " Basic tutorial" begin
4+ include (" ../tutorials/Tutorial_Basic.jl" )
5+ end
6+
7+ @testset " Jura tutorial" begin
8+ include (" ../tutorials/Tutorial_Jura.jl" )
9+ end
10+
11+ @testset " LaPalma tutorial" begin
12+ include (" ../tutorials/Tutorial_LaPalma.jl" )
13+ end
14+
15+ # Deactivating this one as it plots in the tutorial
16+ # @testset "AlpineData tutorial" begin
17+ # include("../tutorials/Tutorial_AlpineData.jl")
18+ # end
19+
20+ @testset " 2D Numerical Model tutorial" begin
21+ include (" ../tutorials/Tutorial_NumericalModel_2D.jl" )
22+ end
23+
24+ @testset " 3D Numerical Model tutorial" begin
25+ include (" ../tutorials/Tutorial_NumericalModel_3D.jl" )
26+ end
You can’t perform that action at this time.
0 commit comments