diff --git a/tests/test_summary.py b/tests/test_summary.py index 92aa55e..4a3dca4 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -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)