Skip to content

Commit

Permalink
Reviewing comment suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
woodac committed Jan 31, 2025
1 parent 958173e commit c25936b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_estimation/test_calculate_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""

Expand Down

0 comments on commit c25936b

Please sign in to comment.