Skip to content

Commit

Permalink
disable ambiguity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Dec 12, 2024
1 parent 00414a6 commit 62322b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ using Aqua: Aqua
using Test: @testset

@testset "Code quality (Aqua.jl)" begin
Aqua.test_all(NamedDimsArrays)
# TODO: fix and re-enable ambiguity checks
Aqua.test_all(NamedDimsArrays; ambiguities=false)
end

0 comments on commit 62322b8

Please sign in to comment.