From d28da774171c0b6e5031c6562ba048b6f1eb1a1b Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Wed, 14 Aug 2024 13:41:54 -0600 Subject: [PATCH] Cleanup TODO --- src/iceflow/itrf/converter.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/iceflow/itrf/converter.py b/src/iceflow/itrf/converter.py index 559e7e2..5c748b2 100644 --- a/src/iceflow/itrf/converter.py +++ b/src/iceflow/itrf/converter.py @@ -43,11 +43,7 @@ def transform_itrf( target_epoch: str | None = None, ) -> pd.DataFrame: """Pipeline string for proj to transform from the source to the target - ITRF frame and, optionally, epoch. - - TODO: - * Update typing for function - """ + ITRF frame and, optionally, epoch.""" transformed_chunks = [] for source_itrf, chunk in data.groupby(by="ITRF"): # If the source ITRF is the same as the target for this chunk, skip transformation.