From 2e27d68855877fabaef83a3982214f1d38fff77d Mon Sep 17 00:00:00 2001 From: Emile Sonneveld Date: Wed, 22 Mar 2023 15:42:23 +0100 Subject: [PATCH] This else clause did not get triggered in auto tests. I could triger it by manyally crafting a CSV that had strings for feature IDs, and the code still worked. --- openeo_driver/save_result.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openeo_driver/save_result.py b/openeo_driver/save_result.py index d392faee..35834393 100644 --- a/openeo_driver/save_result.py +++ b/openeo_driver/save_result.py @@ -519,8 +519,6 @@ def get_data(self): features = np.arange(0, amount_of_regions) else: features.sort() - print("interesting str(features.dtype): " + str(features.dtype)) - logging.warning("interesting str(features.dtype): " + str(features.dtype)) def _flatten_df(df): df.index = df.feature_index