Skip to content

Commit

Permalink
#361 Added todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanKJSchreurs authored and soxofaan committed Jan 19, 2023
1 parent e9217a2 commit b351ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openeo/extra/job_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def _normalize_df(self, df: pd.DataFrame) -> pd.DataFrame:
df["geometry"] = df["geometry"].apply(shapely.wkt.loads)
return df

# TODO: long method with deep nesting. Refactor it to make it more readable.
def run_jobs(self, df: pd.DataFrame, start_job: Callable, output_file: Path):
"""Runs jobs, specified in a dataframe, and tracks parameters.
Expand Down

0 comments on commit b351ae6

Please sign in to comment.