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 bug in local_div_switch_sink rewrite #1080

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

ricardoV94
Copy link
Member

@ricardoV94 ricardoV94 commented Nov 11, 2024

Introduced in 4f7d709

Apparently no test covered this condition :)

@ricardoV94 ricardoV94 added bug Something isn't working graph rewriting labels Nov 11, 2024
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.10%. Comparing base (f2ad711) to head (11b8fd6).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1080   +/-   ##
=======================================
  Coverage   82.10%   82.10%           
=======================================
  Files         183      183           
  Lines       47928    47930    +2     
  Branches     8632     8633    +1     
=======================================
+ Hits        39352    39354    +2     
  Misses       6410     6410           
  Partials     2166     2166           
Files with missing lines Coverage Δ
pytensor/graph/basic.py 88.66% <100.00%> (ø)
pytensor/tensor/rewriting/math.py 89.84% <100.00%> (+0.01%) ⬆️

@ricardoV94 ricardoV94 merged commit fdbf3aa into pymc-devs:main Nov 11, 2024
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working graph rewriting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants