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

Faster vectorize by walking sorted nodes #520

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

ricardoV94
Copy link
Member

@ricardoV94 ricardoV94 commented Nov 24, 2023

It also prevents node duplication

@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2023

Codecov Report

Merging #520 (1d0d582) into main (7ecb9f8) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #520      +/-   ##
==========================================
- Coverage   80.82%   80.82%   -0.01%     
==========================================
  Files         162      162              
  Lines       46194    46192       -2     
  Branches    11288    11289       +1     
==========================================
- Hits        37337    37335       -2     
  Misses       6630     6630              
  Partials     2227     2227              
Files Coverage Δ
pytensor/graph/replace.py 84.84% <100.00%> (-0.31%) ⬇️

@ricardoV94 ricardoV94 merged commit 189ba03 into pymc-devs:main Nov 27, 2023
53 checks passed
@ricardoV94 ricardoV94 added maintenance and removed enhancement New feature or request labels Nov 28, 2023
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.

3 participants