Skip to content

Commit a998af6

Browse files
committed
Fix extension documentation
1 parent 29dc922 commit a998af6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
AbstractPPL = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
23
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
34
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
45
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

ext/AbstractPPLDistributionsExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ ERROR: hasvalue: only partial values for `x` found in the values provided
114114
[...]
115115
```
116116
"""
117-
# TODO(penelopeysm): Figure out tuple / namedtuple distributions, and LKJCholesky (grr)
118117
function AbstractPPL.hasvalue(
119118
vals::AbstractDict,
120119
vn::VarName,

0 commit comments

Comments
 (0)