Skip to content

Commit

Permalink
Update test_calculate_performance_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
urigott authored Sep 3, 2023
1 parent a383571 commit 9bd5d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtichoke/tests/test_calculate_performance_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def test_performance_data_with_two_populations(self):
self.assertEqual(expected_pop_name, pt_table_pop_name)
self.assertEqual(expected_pop_name, ppcr_table_pop_name)

self.assertEqual(r.performance_table_pt.shape, (15, 22))
self.assertEqual(r.performance_table_ppcr.shape, (15, 22))
self.assertEqual(r.performance_table_pt.shape, (22, 15))
self.assertEqual(r.performance_table_ppcr.shape, (22, 15))


if __name__ == "__main__":
Expand Down

0 comments on commit 9bd5d75

Please sign in to comment.