Skip to content

Add PyTorch TensorDict validation backend - #2403

Open
cosmicBboy wants to merge 3 commits into
mainfrom
nielsb/pytorch-tensordict
Open

Add PyTorch TensorDict validation backend#2403
cosmicBboy wants to merge 3 commits into
mainfrom
nielsb/pytorch-tensordict

Pin pyspark < 4.2 in test requirements to fix macOS CI JVM crashes

501eb2f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 16, 2026 in 1s

84.77% (-6.13%) compared to 26d54f2

View this Pull Request on Codecov

84.77% (-6.13%) compared to 26d54f2

Details

Codecov Report

❌ Patch coverage is 0.42992% with 1158 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.77%. Comparing base (26d54f2) to head (501eb2f).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
pandera/api/tensordict/model.py 0.00% 337 Missing ⚠️
pandera/backends/tensordict/base.py 0.00% 185 Missing ⚠️
pandera/io/tensordict_io.py 0.00% 134 Missing ⚠️
pandera/strategies/tensordict_strategies.py 0.00% 89 Missing ⚠️
pandera/engines/tensordict_engine.py 0.00% 88 Missing ⚠️
pandera/schema_inference/tensordict.py 0.00% 64 Missing ⚠️
pandera/backends/tensordict/checks.py 0.00% 54 Missing ⚠️
pandera/api/tensordict/container.py 0.00% 46 Missing ⚠️
pandera/backends/tensordict/builtin_checks.py 0.00% 44 Missing ⚠️
pandera/api/tensordict/model_components.py 0.00% 34 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2403      +/-   ##
==========================================
- Coverage   90.89%   84.77%   -6.13%     
==========================================
  Files         192      210      +18     
  Lines       17087    20060    +2973     
==========================================
+ Hits        15532    17006    +1474     
- Misses       1555     3054    +1499     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.