Skip to content

Commit be587d8

Browse files
authored
Update SliceSamplingTuringExt.jl
1 parent 42b48e8 commit be587d8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ext/SliceSamplingTuringExt.jl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11

22
module SliceSamplingTuringExt
33

4-
if isdefined(Base, :get_extension)
5-
using Random
6-
using SliceSampling
7-
using Turing
8-
else
9-
using ..Random
10-
using ..SliceSampling
11-
using ..Turing
12-
end
13-
144
# Required for using the slice samplers as `externalsampler`s in Turing
155
# begin
166
function Turing.Inference.getparams(

0 commit comments

Comments
 (0)