Skip to content

Commit

Permalink
Disable Aqua checking method ambiguities
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Jun 6, 2024
1 parent ea18b6e commit 16e5ab7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module AquaTests
using Aqua: Aqua
using Turing

Aqua.test_all(Turing)
# TODO(mhauru) We skip testing for method ambiguities because it catches a lot of problems
# in dependencies. Would like to check it for just Turing.jl itself though.
Aqua.test_all(Turing; ambiguities=false)

end

0 comments on commit 16e5ab7

Please sign in to comment.