Skip to content

Commit 03ce9e5

Browse files
abhinavsnspenelopeysm
authored andcommitted
Enabling aqua ambiguity testing for Turing
We test ambiguities only for Turing and not its dependencies.
1 parent 0c4096a commit 03ce9e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/Aqua.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ module AquaTests
33
using Aqua: Aqua
44
using Turing
55

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.
6+
# We test ambiguities separately because it catches a lot of problems
7+
# in dependencies but we test it for Turing.
8+
Aqua.test_ambiguities([Turing])
89
Aqua.test_all(Turing; ambiguities=false)
910

11+
1012
end

0 commit comments

Comments
 (0)