Skip to content

Commit

Permalink
Update src/DynamicPPL.jl
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
torfjelde and devmotion authored Sep 7, 2023
1 parent 3594017 commit 2ae113c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DynamicPPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ if !isdefined(Base, :get_extension)
using Requires
end

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

0 comments on commit 2ae113c

Please sign in to comment.