Skip to content

Commit

Permalink
Test ambiguities only on TaylorIntegration
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Apr 6, 2024
1 parent a9e88a2 commit 818242d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ using Aqua
end

@testset "Aqua tests (additional)" begin
Aqua.test_ambiguities(TaylorIntegration)
Aqua.test_all(
TaylorIntegration;
ambiguities=false,
stale_deps=(ignore=[:DiffEqBase, :RecursiveArrayTools, :Requires, :StaticArrays],),
)
end

0 comments on commit 818242d

Please sign in to comment.