Skip to content

Commit

Permalink
add ambiguities comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Feb 1, 2024
1 parent f8d5a68 commit b28cb7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/aqua.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Aqua, DiagrammaticEquations
@testset "Code quality (Aqua.jl)" begin
Aqua.test_all(DiagrammaticEquations,
ambiguities=false,
)
# TODO: fix ambiguities
Aqua.test_all(DiagrammaticEquations, ambiguities=false)
end

0 comments on commit b28cb7a

Please sign in to comment.