Skip to content

Commit

Permalink
Update src/DynamicPPL.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed May 17, 2024
1 parent 6f15c32 commit bedb345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamicPPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export AbstractVarInfo,
using Distributions: loglikelihood
export loglikelihood

# TODO: Remove once we've updated tutorials, etc.
# TODO: Remove once we feel comfortable people aren't using it anymore.
macro logprob_str(str)
return :(error(
"The `@logprob_str` macro is no longer supported. See https://turinglang.org/dev/docs/using-turing/guide/#querying-probabilities-from-model-or-chain for information on how to query probabilities, and https://github.com/TuringLang/DynamicPPL.jl/issues/356 for information regarding its removal.",
Expand Down

0 comments on commit bedb345

Please sign in to comment.