Skip to content

Commit

Permalink
Cleanup TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Aug 14, 2024
1 parent b95c492 commit d28da77
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/iceflow/itrf/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d28da77

Please sign in to comment.