4848include (" bijectors/utils.jl" )
4949
5050if GROUP == " All" || GROUP == " Interface"
51- include (" interface.jl" )
52- include (" transform.jl" )
53- include (" norm_flows.jl" )
54- include (" bijectors/permute.jl" )
55- include (" bijectors/rational_quadratic_spline.jl" )
56- include (" bijectors/named_bijector.jl" )
57- include (" bijectors/leaky_relu.jl" )
58- include (" bijectors/coupling.jl" )
59- include (" bijectors/ordered.jl" )
60- include (" bijectors/pd.jl" )
61- include (" bijectors/reshape.jl" )
62- include (" bijectors/corr.jl" )
63- include (" bijectors/product_bijector.jl" )
64- include (" distributionsad.jl" )
51+ # include("interface.jl")
52+ # include("transform.jl")
53+ # include("norm_flows.jl")
54+ # include("bijectors/permute.jl")
55+ # include("bijectors/rational_quadratic_spline.jl")
56+ # include("bijectors/named_bijector.jl")
57+ # include("bijectors/leaky_relu.jl")
58+ # include("bijectors/coupling.jl")
59+ # include("bijectors/ordered.jl")
60+ # include("bijectors/pd.jl")
61+ # include("bijectors/reshape.jl")
62+ # include("bijectors/corr.jl")
63+ # include("bijectors/product_bijector.jl")
64+ # include("distributionsad.jl")
6565end
6666if GROUP == " All" || GROUP == " AD"
6767 const REF_BACKEND = AutoFiniteDifferences (; fdm= central_fdm (5 , 1 ))
@@ -70,23 +70,23 @@ if GROUP == "All" || GROUP == "AD"
7070 gradient = DifferentiationInterface. gradient (f, backend, x)
7171 @test isapprox (gradient, ref_gradient; rtol= rtol, atol= atol)
7272 end
73- include (" ad/chainrules.jl" )
74- include (" ad/flows.jl" )
75- include (" ad/pd.jl" )
76- include (" ad/corr.jl" )
77- include (" ad/stacked.jl" )
78- include (" ad/enzyme .jl" )
73+ # include("ad/chainrules.jl")
74+ # include("ad/flows.jl")
75+ # include("ad/pd.jl")
76+ # include("ad/corr.jl")
77+ # include("ad/stacked.jl")
78+ include (" ad/enzyme_rules .jl" )
7979end
8080if GROUP == " All" || GROUP == " Doctests"
81- @testset " doctests" begin
82- Documenter. DocMeta. setdocmeta! (
83- Bijectors, :DocTestSetup , :(using Bijectors); recursive= true
84- )
85- doctestfilters = [
86- # Ignore the source of a warning in the doctest output, since this is dependent
87- # on host. This is a line that starts with "└ @ " and ends with the line number.
88- r" └ @ .+:[0-9]+" ,
89- ]
90- Documenter. doctest (Bijectors; manual= false , doctestfilters= doctestfilters)
91- end
81+ # @testset "doctests" begin
82+ # Documenter.DocMeta.setdocmeta!(
83+ # Bijectors, :DocTestSetup, :(using Bijectors); recursive=true
84+ # )
85+ # doctestfilters = [
86+ # # Ignore the source of a warning in the doctest output, since this is dependent
87+ # # on host. This is a line that starts with "└ @ " and ends with the line number.
88+ # r"└ @ .+:[0-9]+",
89+ # ]
90+ # Documenter.doctest(Bijectors; manual=false, doctestfilters=doctestfilters)
91+ # end
9292end
0 commit comments