Implement xarray-like labeled tensors and semantics #1411
Merged
Codecov / codecov/project
succeeded
Jun 21, 2025 in 0s
81.99% (-0.03%) compared to f72d7e5
View this Pull Request on Codecov
81.99% (-0.03%) compared to f72d7e5
Details
Codecov Report
Attention: Patch coverage is 81.01695% with 336 lines in your changes missing coverage. Please review.
Project coverage is 81.99%. Comparing base (
f72d7e5) to head (41d9be4).
Additional details and impacted files
@@ Coverage Diff @@
## main #1411 +/- ##
==========================================
- Coverage 82.01% 81.99% -0.03%
==========================================
Files 214 231 +17
Lines 50439 52173 +1734
Branches 8907 9178 +271
==========================================
+ Hits 41370 42779 +1409
- Misses 6861 7088 +227
- Partials 2208 2306 +98 | Files with missing lines | Coverage Δ | |
|---|---|---|
| pytensor/compile/mode.py | 84.86% <100.00%> (+0.14%) |
⬆️ |
| pytensor/compile/ops.py | 83.45% <100.00%> (-0.12%) |
⬇️ |
| pytensor/link/jax/dispatch/basic.py | 84.61% <100.00%> (ø) |
|
| pytensor/link/numba/dispatch/scalar.py | 90.28% <100.00%> (ø) |
|
| pytensor/tensor/basic.py | 91.69% <100.00%> (ø) |
|
| pytensor/tensor/extra_ops.py | 88.88% <ø> (+0.67%) |
⬆️ |
| pytensor/tensor/random/basic.py | 98.85% <100.00%> (-0.01%) |
⬇️ |
| pytensor/tensor/rewriting/basic.py | 95.84% <100.00%> (+0.32%) |
⬆️ |
| pytensor/tensor/variable.py | 86.98% <100.00%> (+0.23%) |
⬆️ |
| pytensor/xtensor/rewriting/__init__.py | 100.00% <100.00%> (ø) |
|
| ... and 18 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading