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

Workaround PyTensor bug in vectorize of logp graph #7415

Merged
merged 1 commit into from
Jul 19, 2024

fix: Replace unsafe under vectorize pt.zeros(value.shape) with zeros_…

944478e
Select commit
Loading
Failed to load commit list.
Merged

Workaround PyTensor bug in vectorize of logp graph #7415

fix: Replace unsafe under vectorize pt.zeros(value.shape) with zeros_…
944478e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 19, 2024 in 0s

92.18% (+0.00%) compared to 8fd4f1c

View this Pull Request on Codecov

92.18% (+0.00%) compared to 8fd4f1c

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.18%. Comparing base (8fd4f1c) to head (944478e).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #7415   +/-   ##
=======================================
  Coverage   92.18%   92.18%           
=======================================
  Files         103      103           
  Lines       17259    17259           
=======================================
  Hits        15910    15910           
  Misses       1349     1349           
Files Coverage Δ
pymc/logprob/transforms.py 95.46% <100.00%> (ø)