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 c96ece4 commit db49594Copy full SHA for db49594
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