Skip to content

Commit

Permalink
updated unit test to pass abs logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan2Y79 committed Feb 5, 2025
1 parent 7a07fa0 commit ad8c1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_freezing/test_freezing_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def create_test_expected_outcome_df(self) -> pd.DataFrame:
["B", 202412, None, None, 1.0, "A", "B", None, 0.0, "A", "B", False],
["C", 202412, 0.0, 2.0, 2.0, "A", "B", 1.0, 0.0, None, None, False],
["D", 202412, 1.0, 2.0, 3.0, "E", "D", 0.0, 0.0, "E", None, False],
["E", 202412, None, 10.0, 1.0, "E", "F", 6.0, -4.0, None, None, False],
["E", 202412, None, 10.0, 1.0, "E", "F", 6.0, 4.0, None, None, False],
]
input_expected_outcome_df = pd.DataFrame(data=data, columns=input_cols)
input_expected_outcome_df = self.add_numeric_cols(input_expected_outcome_df, expected = True)
Expand Down

0 comments on commit ad8c1d1

Please sign in to comment.