We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcd16e commit 3f09d27Copy full SHA for 3f09d27
Project.toml
@@ -8,7 +8,6 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
8
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
10
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11
-Requires = "ae029012-a4dd-5104-9daa-d747884805df"
12
13
[weakdeps]
14
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
ext/SliceSamplingTuringExt.jl
@@ -1,15 +1,9 @@
1
2
module SliceSamplingTuringExt
3
4
-if isdefined(Base, :get_extension)
5
- using Random
6
- using SliceSampling
7
- using Turing
-else
- using ..Random
- using ..SliceSampling
- using ..Turing
-end
+using Random
+using SliceSampling
+using Turing
# Required for using the slice samplers as `externalsampler`s in Turing
15
# begin
0 commit comments