Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dayesouza committed Sep 26, 2024
1 parent 5f63813 commit c38238c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolkit/tests/compare_case_groups/test_temporal_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def test_delta_calculation(self):
)

# Assertions
assert group_a_deltas.height == 21
assert group_b_deltas.height == 21
assert group_a_deltas.height == 3
assert group_b_deltas.height == 3
for v in [-2, -2]:
assert v in group_a_deltas_values
for v in [7, -2, -2]:
Expand Down

0 comments on commit c38238c

Please sign in to comment.