Skip to content

Commit 86baa07

Browse files
committed
fix file include path in tests
1 parent 1ba361f commit 86baa07

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/runtests.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ if GROUP == "All" || GROUP == "AD"
7171
include("general/ad.jl")
7272
include("general/mixedad_logdensity.jl")
7373

74-
include("algorithms/paramspacesgd/subsampledobj.jl")
75-
include("algorithms/paramspacesgd/repgradelbo.jl")
76-
include("algorithms/paramspacesgd/scoregradelbo.jl")
77-
include("algorithms/paramspacesgd/repgradelbo_locationscale.jl")
78-
include("algorithms/paramspacesgd/repgradelbo_locationscale_bijectors.jl")
79-
include("algorithms/paramspacesgd/repgradelbo_proximal_locationscale.jl")
80-
include("algorithms/paramspacesgd/repgradelbo_proximal_locationscale_bijectors.jl")
81-
include("algorithms/paramspacesgd/scoregradelbo_locationscale.jl")
82-
include("algorithms/paramspacesgd/scoregradelbo_locationscale_bijectors.jl")
74+
include("algorithms/subsampledobj.jl")
75+
include("algorithms/repgradelbo.jl")
76+
include("algorithms/scoregradelbo.jl")
77+
include("algorithms/repgradelbo_locationscale.jl")
78+
include("algorithms/repgradelbo_locationscale_bijectors.jl")
79+
include("algorithms/repgradelbo_proximal_locationscale.jl")
80+
include("algorithms/repgradelbo_proximal_locationscale_bijectors.jl")
81+
include("algorithms/scoregradelbo_locationscale.jl")
82+
include("algorithms/scoregradelbo_locationscale_bijectors.jl")
8383
end

0 commit comments

Comments
 (0)