esda
esda copied to clipboard
several tests not being run in `test_smoothing.py`
- Two tests in
TestSRate–test_Spatial_Smoother_multicolandtest_Smoother_multicol– are indented one tab too far and are not being run.- When the indentation is corrected and tests are run (after swapping
answerforanswers), both tests fail with:TypeError: 'in <string>' requires string as left operand, not Index
- When the indentation is corrected and tests are run (after swapping
- There are two tests in
TestKernel_AgeAdj_SMnamedtest_Kernel_Smoother_tabular– here and here, with the second overwriting the first (and passing.- Locally, however, when named distinctly the first fails because
kernel_expis not defined. - After defining
kernel_expasself.kernel_expthe first assert passes, but the second fails withKeyError: 'e_b_kernel_smoother'
- Locally, however, when named distinctly the first fails because