Skip to content

Commit 16e5ab7

Browse files
committed
Disable Aqua checking method ambiguities
1 parent ea18b6e commit 16e5ab7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Aqua.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module AquaTests
33
using Aqua: Aqua
44
using Turing
55

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

810
end

0 commit comments

Comments
 (0)