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

Deprecate batched blas stuff #1215

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Use direct imports in blas.py

7a47d53
Select commit
Loading
Failed to load commit list.
Open

Deprecate batched blas stuff #1215

Use direct imports in blas.py
7a47d53
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 20, 2025 in 0s

82.00% (+0.01%) compared to c4fb0cf

View this Pull Request on Codecov

82.00% (+0.01%) compared to c4fb0cf

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.00%. Comparing base (c4fb0cf) to head (7a47d53).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1215      +/-   ##
==========================================
+ Coverage   81.99%   82.00%   +0.01%     
==========================================
  Files         188      188              
  Lines       48566    48514      -52     
  Branches     8677     8657      -20     
==========================================
- Hits        39823    39786      -37     
+ Misses       6580     6573       -7     
+ Partials     2163     2155       -8     
Files with missing lines Coverage Δ
pytensor/tensor/blas.py 73.55% <100.00%> (-0.40%) ⬇️
pytensor/tensor/math.py 93.24% <100.00%> (+1.23%) ⬆️
pytensor/tensor/rewriting/blas.py 89.64% <100.00%> (ø)