Skip to content

Add a few tests for MaybeOwnedMatrix

729edc0
Select commit
Loading
Failed to load commit list.
Merged

Switch the library to ArrayRef #415

Add a few tests for MaybeOwnedMatrix
729edc0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 28, 2025 in 1s

87.35% (-0.31%) compared to edff246

View this Pull Request on Codecov

87.35% (-0.31%) compared to edff246

Details

Codecov Report

❌ Patch coverage is 72.15190% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.35%. Comparing base (edff246) to head (729edc0).
⚠️ Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
ndarray-linalg/src/tridiagonal.rs 14.28% 18 Missing ⚠️
ndarray-linalg/src/krylov/householder.rs 66.66% 3 Missing ⚠️
ndarray-linalg/src/solveh.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #415      +/-   ##
==========================================
- Coverage   87.65%   87.35%   -0.31%     
==========================================
  Files          65       65              
  Lines        3895     3937      +42     
==========================================
+ Hits         3414     3439      +25     
- Misses        481      498      +17     

☔ View full report in Codecov by Sentry.
📢 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.