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 ea18b6e commit 16e5ab7Copy full SHA for 16e5ab7
test/Aqua.jl
@@ -3,6 +3,8 @@ module AquaTests
3
using Aqua: Aqua
4
using Turing
5
6
-Aqua.test_all(Turing)
+# 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)
9
10
end
0 commit comments