Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

several tests not being run in test_smoothing.py #228

Open
jGaboardi opened this issue Nov 19, 2022 · 0 comments
Open

several tests not being run in test_smoothing.py #228

jGaboardi opened this issue Nov 19, 2022 · 0 comments
Assignees

Comments

@jGaboardi
Copy link
Member

  • Two tests in TestSRatetest_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_tabularhere and here, with the second overwriting the first (and passing.
    • Locally, however, when named distinctly the first fails because kernel_exp is not defined.
    • After defining kernel_exp as self.kernel_exp the first assert passes, but the second fails with KeyError: 'e_b_kernel_smoother'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants