Skip to content

Don't assign to unused variable in pytest

a5fdb75
Select commit
Loading
Failed to load commit list.
Open

Add kw arg to normalize kernel in distance weights. #791

Don't assign to unused variable in pytest
a5fdb75
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2025 in 1s

85.4% (+0.0%) compared to 44ede54

View this Pull Request on Codecov

85.4% (+0.0%) compared to 44ede54

Details

Codecov Report

❌ Patch coverage is 98.38710% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 85.4%. Comparing base (44ede54) to head (a5fdb75).
⚠️ Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
libpysal/kernels.py 97.6% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #791   +/-   ##
=====================================
  Coverage   85.4%   85.4%           
=====================================
  Files        150     151    +1     
  Lines      15971   15984   +13     
=====================================
+ Hits       13632   13649   +17     
+ Misses      2339    2335    -4     
Files with missing lines Coverage Δ
libpysal/graph/_kernel.py 79.2% <100.0%> (-3.2%) ⬇️
libpysal/graph/tests/test_builders.py 100.0% <100.0%> (ø)
libpysal/graph/tests/test_kernel.py 99.1% <100.0%> (+<0.1%) ⬆️
libpysal/graph/tests/test_triangulation.py 98.8% <ø> (ø)
libpysal/weights/distance.py 85.6% <100.0%> (+0.2%) ⬆️
libpysal/weights/tests/test_distance.py 100.0% <100.0%> (ø)
libpysal/kernels.py 97.6% <97.6%> (ø)

... and 3 files with indirect coverage changes

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