Skip to content

Commit 024ced9

Browse files
committed
fix import
1 parent 9191203 commit 024ced9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

ext/DynamicPPLMCMCChainsExt.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
module DynamicPPLMCMCChainsExt
22

3-
if isdefined(Base, :get_extension)
4-
using DynamicPPL: DynamicPPL
5-
using MCMCChains: MCMCChains
6-
else
7-
using ..DynamicPPL: DynamicPPL
8-
using ..MCMCChains: MCMCChains
9-
end
3+
using DynamicPPL: DynamicPPL, AbstractPPL
4+
using MCMCChains: MCMCChains
105

116
# Load state from a `Chains`: By convention, it is stored in `:samplerstate` metadata
127
function DynamicPPL.loadstate(chain::MCMCChains.Chains)

0 commit comments

Comments
 (0)