Skip to content

Commit

Permalink
This else clause did not get triggered in auto tests. I could triger …
Browse files Browse the repository at this point in the history
…it by manyally crafting a CSV that had strings for feature IDs, and the code still worked.
  • Loading branch information
EmileSonneveld committed Mar 22, 2023
1 parent dfa4be8 commit 2e27d68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openeo_driver/save_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e27d68

Please sign in to comment.