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 2935493 commit 6977dc0Copy full SHA for 6977dc0
Project.toml
@@ -1,6 +1,6 @@
1
name = "DynamicPPL"
2
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3
-version = "0.21.0"
+version = "0.21.1"
4
5
[deps]
6
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
src/varinfo.jl
@@ -1240,7 +1240,7 @@ end
1240
Set `vn`'s `gid` to `Set([spl.selector])`, if `vn` does not have a sampler selector linked
1241
and `vn`'s symbol is in the space of `spl`.
1242
"""
1243
-function updategid!(vi::VarInfo, vn::VarName, spl::Sampler)
+function updategid!(vi::VarInfoOrThreadSafeVarInfo, vn::VarName, spl::Sampler)
1244
if inspace(vn, getspace(spl))
1245
setgid!(vi, spl.selector, vn)
1246
end
0 commit comments