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 5a9ed8f commit 79695aaCopy full SHA for 79695aa
test/test_aqua.jl
@@ -10,6 +10,7 @@ include("test_trixi.jl")
10
@timed_testset "Aqua.jl" begin
11
Aqua.test_all(Trixi,
12
ambiguities = false,
13
+ unbound_args = false, # FIXME: UnstructuredSortedBoundaryTypes
14
# exceptions necessary for adding a new method `StartUpDG.estimate_h`
15
# in src/solvers/dgmulti/sbp.jl
16
piracies = (treat_as_own = [Trixi.StartUpDG.RefElemData,
0 commit comments