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 5afb286 commit 82bee0cCopy full SHA for 82bee0c
test/aqua.jl
@@ -3,7 +3,7 @@ using SciMLBase
3
using Aqua
4
5
# https://github.com/JuliaArrays/FillArrays.jl/pull/163
6
-@test_broken isempty(detect_ambiguities(SciMLBase))
+@test isempty(detect_ambiguities(SciMLBase))
7
8
@testset "Aqua tests (performance)" begin
9
# This tests that we don't accidentally run into
0 commit comments