Closed larryshamalama closed 1 year ago
Thanks for pointing that out!
Can I help in that @brandonwillard Just give little detail of that. It will my first contro to open project
Of course, you'll just have to replace the occurrences of factorized_joint_logprob
with conditional_logprob
. Open a PR and we can help you there if you need to.
Closed by #233
In #196,
factorized_joint_logprob
has been renamed toconditional_logprob
. However, there are still some occurrences in docstrings wherefactorized_joint_logprob
shows up:https://github.com/aesara-devs/aeppl/blob/fb6ffc51a282d21d134d691400d477366a3d14cc/aeppl/abstract.py#L80-L82
https://github.com/aesara-devs/aeppl/blob/7890228715320c2d1ff6989ff522829b5d6411ba/aeppl/mixture.py#L273-L275
https://github.com/aesara-devs/aeppl/blob/696effab5df9df3be45c1f7395a54ce35fa1d197/tests/test_dist.py#L412-L413