Skip to content

Commit

Permalink
Merge pull request #36 from JuliaReach/schillic/aqua
Browse files Browse the repository at this point in the history
Aqua v0.8.9 tests only for local ambiguities
  • Loading branch information
schillic authored Oct 18, 2024
2 parents e4b76f6 + 372b99f commit 481e878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ using NeuralNetworkReachability, Test
import Aqua

@testset "Aqua tests" begin
Aqua.test_all(NeuralNetworkReachability; ambiguities=false)

# do not warn about ambiguities in dependencies
Aqua.test_ambiguities(NeuralNetworkReachability)
Aqua.test_all(NeuralNetworkReachability)
end
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ReachabilityAnalysis = "1e97bd63-91d1-579d-8e8d-501d2b57c93f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
Aqua = "0.8.9"
CDDLib = "0.6 - 0.9"
ControllerFormats = "0.2"
IntervalConstraintProgramming = "0.9 - 0.13"
Expand Down

0 comments on commit 481e878

Please sign in to comment.