diff --git a/tests/benchmark/utils.py b/tests/benchmark/utils.py index 68cf7ae35..3d77a019b 100644 --- a/tests/benchmark/utils.py +++ b/tests/benchmark/utils.py @@ -190,7 +190,7 @@ def compare_and_store_results_in_gdrive(): summary[name] = df['percentage_supported'] summary['average'] = summary[list(results)].mean(axis=1) - for col in summary.columns(): + for col in summary.columns: if col not in ('sdtype', 'dtype'): summary[col] = summary[col].apply(lambda x: f'{x}%')