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

Add compile_kwargs to compute_log_density functions #7483

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

lucianopaz
Copy link
Contributor

@lucianopaz lucianopaz commented Aug 28, 2024

Description

Adds compile_kwargs to all functions in compute_log_density stats. Very much in the same spirit as #7482.

Related Issue

Checklist

Type of change

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

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

Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.17%. Comparing base (064822a) to head (e30493f).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #7483   +/-   ##
=======================================
  Coverage   92.16%   92.17%           
=======================================
  Files         103      103           
  Lines       17214    17216    +2     
=======================================
+ Hits        15866    15868    +2     
  Misses       1348     1348           
Files Coverage Δ
pymc/stats/log_density.py 97.36% <100.00%> (+0.14%) ⬆️

@ricardoV94 ricardoV94 merged commit 0680957 into pymc-devs:main Aug 28, 2024
23 checks passed
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.

Add compile_kwargs to pm.compute_log_likelihood
2 participants