Skip to content

Commit

Permalink
Explain piracy exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Sep 14, 2023
1 parent c8c1dc9 commit 73dc273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ include("test_trixi.jl")
@timed_testset "Aqua.jl" begin
Aqua.test_all(Trixi,
ambiguities = false,
# exceptions necessary for adding a new method `StartUpDG.estimate_h`
# in src/solvers/dgmulti/sbp.jl
piracy = (treat_as_own = [Trixi.StartUpDG.RefElemData,
Trixi.StartUpDG.MeshData],))
end
Expand Down

0 comments on commit 73dc273

Please sign in to comment.