Skip to content

Commit

Permalink
Aqua test_all
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Dec 6, 2023
1 parent 01414f4 commit 1a5afe1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ContinuousNormalizingFlowsCUDAExt = "CUDA"
[compat]
ADTypes = "0.2"
AbstractDifferentiation = "0.6"
CUDA = "5"
ChainRulesCore = "1"
ComponentArrays = "0.15.5"
ComputationalResources = "0.3"
Expand Down
5 changes: 1 addition & 4 deletions test/quality_tests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@testset "Quality" begin
@testset "Method ambiguity" begin
Aqua.test_ambiguities(ContinuousNormalizingFlows)
end
Aqua.test_all(ContinuousNormalizingFlows; ambiguities = false)
Aqua.test_all(ContinuousNormalizingFlows)
end

0 comments on commit 1a5afe1

Please sign in to comment.