We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4096a commit 03ce9e5Copy full SHA for 03ce9e5
test/Aqua.jl
@@ -3,8 +3,10 @@ module AquaTests
3
using Aqua: Aqua
4
using Turing
5
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.
+# We test ambiguities separately because it catches a lot of problems
+# in dependencies but we test it for Turing.
8
+Aqua.test_ambiguities([Turing])
9
Aqua.test_all(Turing; ambiguities=false)
10
11
+
12
end
0 commit comments