You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two tests in TestSRate – test_Spatial_Smoother_multicol and test_Smoother_multicol – are indented one tab too far and are not being run.
When the indentation is corrected and tests are run (after swapping answer for answers), both tests fail with: TypeError: 'in <string>' requires string as left operand, not Index
There are two tests in TestKernel_AgeAdj_SM named test_Kernel_Smoother_tabular – here and here, with the second overwriting the first (and passing.
TestSRate
–test_Spatial_Smoother_multicol
andtest_Smoother_multicol
– are indented one tab too far and are not being run.answer
foranswers
), both tests fail with:TypeError: 'in <string>' requires string as left operand, not Index
TestKernel_AgeAdj_SM
namedtest_Kernel_Smoother_tabular
– here and here, with the second overwriting the first (and passing.kernel_exp
is not defined.kernel_exp
asself.kernel_exp
the first assert passes, but the second fails withKeyError: 'e_b_kernel_smoother'
The text was updated successfully, but these errors were encountered: