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.
create_default_transformed_rv_op
1 parent 4fe8648 commit 656e5b6Copy full SHA for 656e5b6
docs/source/conf.py
@@ -84,9 +84,10 @@ def run(self):
84
85
supported_dists = tuple(
86
mtype.__name__
87
- for mtype in _logprob.registry.keys()
+ for mtype, mfunc in _logprob.registry.items()
88
if issubclass(mtype, RandomVariable)
89
and not mtype.__module__.startswith(r"aeppl.")
90
+ and not mfunc.__name__ == "transformed_logprob"
91
)
92
93
res = nodes.bullet_list()
0 commit comments