Skip to content

Commit 55b95a1

Browse files
committed
removed export of prefix and generated_quantities (the latter is
exported by the deprecation macro)
1 parent fe0403f commit 55b95a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DynamicPPL.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export AbstractVarInfo,
8686
Model,
8787
getmissings,
8888
getargnames,
89-
generated_quantities,
89+
returned_quantities,
9090
extract_priors,
9191
values_as_in_model,
9292
# Samplers
@@ -126,7 +126,6 @@ export AbstractVarInfo,
126126
@addlogprob!,
127127
@submodel,
128128
@returned_quantities,
129-
prefix,
130129
@prefix,
131130
value_iterator_from_chain,
132131
check_model,

0 commit comments

Comments
 (0)