From c25936b559abb70c80c60bc36493c1da4603091e Mon Sep 17 00:00:00 2001 From: woodac Date: Fri, 31 Jan 2025 15:50:32 +0000 Subject: [PATCH] Reviewing comment suggestions --- tests/test_estimation/test_calculate_weights.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_estimation/test_calculate_weights.py b/tests/test_estimation/test_calculate_weights.py index a5414cf3a..93b720afd 100644 --- a/tests/test_estimation/test_calculate_weights.py +++ b/tests/test_estimation/test_calculate_weights.py @@ -181,6 +181,7 @@ def test_calc_lower_e(self): # Call calc_lower_e function actual_result = calw.calc_lower_e(input_df) assert actual_result == expected_result, "calc_lower_e is behaving as expected" + class TestCalcLowerEMissingCol: """Test for calc_lower_e with missing col"""