Skip to content

Commit

Permalink
Updated unit test for the summary module
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Nov 17, 2023
1 parent 9f8714c commit 877ec61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_summary_example_1(self):
[]]
})
# Set the data type of the "ld" column to int64
expected_result['ld'] = expected_result['ld'].astype('int32')
#expected_result['ld'] = expected_result['ld'].astype('int32')

try:
pd.testing.assert_frame_equal(expected_result, actual_result)
Expand Down

0 comments on commit 877ec61

Please sign in to comment.