File tree 2 files changed +0
-30
lines changed
2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -195,33 +195,6 @@ include("values_as_in_model.jl")
195
195
include (" debug_utils.jl" )
196
196
using . DebugUtils
197
197
198
- if ! isdefined (Base, :get_extension )
199
- using Requires
200
- end
201
-
202
- @static if ! isdefined (Base, :get_extension )
203
- function __init__ ()
204
- @require ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" include (
205
- " ../ext/DynamicPPLChainRulesCoreExt.jl"
206
- )
207
- @require EnzymeCore = " f151be2c-9106-41f4-ab19-57ee4f262869" include (
208
- " ../ext/DynamicPPLEnzymeCoreExt.jl"
209
- )
210
- @require ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210" include (
211
- " ../ext/DynamicPPLForwardDiffExt.jl"
212
- )
213
- @require MCMCChains = " c7f686f2-ff18-58e9-bc7b-31028e88f75d" include (
214
- " ../ext/DynamicPPLMCMCChainsExt.jl"
215
- )
216
- @require ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267" include (
217
- " ../ext/DynamicPPLReverseDiffExt.jl"
218
- )
219
- @require ZygoteRules = " 700de1a5-db45-46bc-99cf-38207098b444" include (
220
- " ../ext/DynamicPPLZygoteRulesExt.jl"
221
- )
222
- end
223
- end
224
-
225
198
# Standard tag: Improves stacktraces
226
199
# Ref: https://www.stochasticlifestyle.com/improved-forwarddiff-jl-stacktraces-with-package-tags/
227
200
struct DynamicPPLTag end
Original file line number Diff line number Diff line change @@ -28,16 +28,13 @@ using LinearAlgebra # Diagonal
28
28
using Combinatorics: combinations
29
29
30
30
using DynamicPPL: getargs_dottilde, getargs_tilde, Selector
31
- import DynamicPPLTestExt. TestExtUtils as TU
32
31
33
32
const DIRECTORY_DynamicPPL = dirname (dirname (pathof (DynamicPPL)))
34
33
const DIRECTORY_Turing_tests = joinpath (DIRECTORY_DynamicPPL, " test" , " turing" )
35
34
const GROUP = get (ENV , " GROUP" , " All" )
36
35
37
36
Random. seed! (100 )
38
37
39
- include (" test_util.jl" )
40
-
41
38
@testset " DynamicPPL.jl" begin
42
39
if GROUP == " All" || GROUP == " DynamicPPL"
43
40
@testset " interface" begin
You can’t perform that action at this time.
0 commit comments