Skip to content

Commit

Permalink
Exclude the RandomVariables created by `create_default_transformed_rv…
Browse files Browse the repository at this point in the history
…_op`
  • Loading branch information
rlouf committed Jan 24, 2023
1 parent 2ee7f5b commit b39b744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ def run(self):

supported_dists = tuple(
mtype.__name__
for mtype in _logprob.registry.keys()
for mtype, mfunc in _logprob.registry.items()
if issubclass(mtype, RandomVariable)
and not mtype.__module__.startswith(r"aeppl.")
and not mfunc.__name__ == "transformed_logprob"
)

res = nodes.bullet_list()
Expand Down

0 comments on commit b39b744

Please sign in to comment.