Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/torfjelde/nested-get-and-setindx…
Browse files Browse the repository at this point in the history
…e' into torfjelde/nested-get-and-setindxe
  • Loading branch information
torfjelde committed Sep 6, 2023
2 parents 521775f + 44335d4 commit 3594017
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DynamicPPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ end

function __init__()
@static if !isdefined(Base, :get_extension)
@require MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" include("../ext/DynamicPPLMCMCChainsExt.jl")
@require MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" include(
"../ext/DynamicPPLMCMCChainsExt.jl"
)
end
end

Expand Down

0 comments on commit 3594017

Please sign in to comment.