Skip to content

Commit

Permalink
Enabling aqua ambiguity testing for Turing
Browse files Browse the repository at this point in the history
We test ambiguities only for Turing and not its dependencies.
  • Loading branch information
abhinavsns authored and penelopeysm committed Jul 30, 2024
1 parent 0c4096a commit 03ce9e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ module AquaTests
using Aqua: Aqua
using 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.
# We test ambiguities separately because it catches a lot of problems
# in dependencies but we test it for Turing.
Aqua.test_ambiguities([Turing])
Aqua.test_all(Turing; ambiguities=false)


end

0 comments on commit 03ce9e5

Please sign in to comment.