Skip to content

Commit

Permalink
Add comment about julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Oct 28, 2024
1 parent 8d7f021 commit 48ec213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ end
end

if VERSION >= v"1.8"
# Julia v1.7 heavily downgrades Trixi.jl. Subcell limiting is not yet supported.
# Therefore, only perform tests with Julia v1.8 or newer.
@testset "Subcell limiting coefficients" begin
isdir(outdir) && rm(outdir, recursive=true)
run_trixi(joinpath(examples_dir(), "tree_2d_dgsem", "elixir_euler_sedov_blast_wave_sc_subcell.jl"),
Expand Down

0 comments on commit 48ec213

Please sign in to comment.