Skip to content

Commit 4c547f3

Browse files
committed
drop tests with DistributionsAD
1 parent c04a910 commit 4c547f3

File tree

4 files changed

+2
-154
lines changed

4 files changed

+2
-154
lines changed

test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
44
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
55
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
66
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
7-
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
87
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
98
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
109
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -30,7 +29,6 @@ Bijectors = "0.13, 0.14, 0.15"
3029
DiffResults = "1"
3130
DifferentiationInterface = "0.6, 0.7"
3231
Distributions = "0.25.111"
33-
DistributionsAD = "0.6.45"
3432
Enzyme = "0.13, 0.14, 0.15"
3533
FillArrays = "1.6.1"
3634
ForwardDiff = "0.10.36, 1"

test/algorithms/paramspacesgd/repgradelbo_distributionsad.jl

Lines changed: 0 additions & 75 deletions
This file was deleted.

test/algorithms/paramspacesgd/scoregradelbo_distributionsad.jl

Lines changed: 0 additions & 69 deletions
This file was deleted.

test/runtests.jl

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,15 @@ using Random, StableRNGs
1616
using Statistics
1717
using StatsBase
1818

19-
using Functors
20-
using DistributionsAD
21-
@functor TuringDiagMvNormal
22-
2319
using ADTypes
2420
using ForwardDiff, ReverseDiff, Zygote, Mooncake
2521

2622
using AdvancedVI
2723

2824
const PROGRESS = haskey(ENV, "PROGRESS")
29-
const TEST_GROUP = get(ENV, "TEST_GROUP", "All")
25+
const GROUP = get(ENV, "GROUP", "All")
3026

31-
if TEST_GROUP == "Enzyme"
27+
if GROUP == "Enzyme"
3228
using Enzyme
3329
end
3430

@@ -67,12 +63,10 @@ end
6763
if TEST_GROUP == "All" || TEST_GROUP == "ParamSpaceSGD" || TEST_GROUP == "Enzyme"
6864
include("algorithms/paramspacesgd/repgradelbo.jl")
6965
include("algorithms/paramspacesgd/scoregradelbo.jl")
70-
include("algorithms/paramspacesgd/repgradelbo_distributionsad.jl")
7166
include("algorithms/paramspacesgd/repgradelbo_locationscale.jl")
7267
include("algorithms/paramspacesgd/repgradelbo_locationscale_bijectors.jl")
7368
include("algorithms/paramspacesgd/repgradelbo_proximal_locationscale.jl")
7469
include("algorithms/paramspacesgd/repgradelbo_proximal_locationscale_bijectors.jl")
75-
include("algorithms/paramspacesgd/scoregradelbo_distributionsad.jl")
7670
include("algorithms/paramspacesgd/scoregradelbo_locationscale.jl")
7771
include("algorithms/paramspacesgd/scoregradelbo_locationscale_bijectors.jl")
7872
end

0 commit comments

Comments
 (0)