Add kw arg to normalize kernel in distance weights. #791
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).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| libpysal/kernels.py | 97.6% | 1 Missing |
Additional details and impacted files
@@ 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%> (ø) |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading