* there are two tests named `test_Kernel_Smoother_tabular` in `test_smoothing.TestKernel_AgeAdj_SM` * [first](https://github.com/pysal/esda/blob/d711f9fa205cbe5e34dcb63ead7e99b3d6ab19a8/esda/tests/test_smoothing.py#L419) * [second](https://github.com/pysal/esda/blob/d711f9fa205cbe5e34dcb63ead7e99b3d6ab19a8/esda/tests/test_smoothing.py#L509) * the first is broken, but was never being run due to being overwritten by the second during runtime * the second is simply misnamed and actually tests [`Spatial_Filtering`](https://github.com/pysal/esda/blob/d711f9fa205cbe5e34dcb63ead7e99b3d6ab19a8/esda/tests/test_smoothing.py#L513C14-L513C34) * uncovered via [#335](#335) * xref [#340](#340)