File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
8
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
9
LogDensityProblems = " 6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
10
10
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11
- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
12
11
13
12
[weakdeps ]
14
13
Turing = " fce5fe82-541a-59a6-adf8-730c64b5f9a0"
Original file line number Diff line number Diff line change 1
1
2
2
module SliceSamplingTuringExt
3
3
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
4
+ using Random
5
+ using SliceSampling
6
+ using Turing
13
7
14
8
# Required for using the slice samplers as `externalsampler`s in Turing
15
9
# begin
You can’t perform that action at this time.
0 commit comments