Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix join logp for multivariate RVs #7215

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

ricardoV94
Copy link
Member

@ricardoV94 ricardoV94 commented Mar 25, 2024

Description

Related Issue

Checklist

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify):

📚 Documentation preview 📚: https://pymc--7215.org.readthedocs.build/en/7215/

Comment on lines +281 to +283
((2,), 5, (2,), 5, 0, False, 0),
((2,), 5, (2,), 5, 1, False, 1),
((5, 6), 10, (5, 6), 10, 2, False, 2),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These graphs were actually supported for a while now, but the logic to test them was wrong so the tests still xfailed

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.30%. Comparing base (abe7bc9) to head (6dbc885).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #7215   +/-   ##
=======================================
  Coverage   92.30%   92.30%           
=======================================
  Files         100      100           
  Lines       16888    16889    +1     
=======================================
+ Hits        15588    15589    +1     
  Misses       1300     1300           
Files Coverage Δ
pymc/logprob/tensor.py 77.04% <100.00%> (+0.18%) ⬆️

@ricardoV94 ricardoV94 merged commit 937e5fd into pymc-devs:main Apr 8, 2024
24 checks passed
@ricardoV94 ricardoV94 deleted the fix_join_logp branch April 8, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: sampling fails with batched MvGaussianRandomWalk distributions
2 participants