Skip to content

Commit c661992

Browse files
committed
Remove extra space from PMM proj step
1 parent 9a2507f commit c661992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nsidc/iceflow/itrf/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def transform_itrf(
154154
# is 2011.0 (2011-01-01T00:00:00), then the delta is 1993 -
155155
# 2011: -18. We need to invert the step so that the point is
156156
# propagated forward in time, from 1993 to 2011.
157-
f"+step +inv +init={target_itrf}:{plate} +t_epoch={target_epoch} "
157+
f"+step +inv +init={target_itrf}:{plate} +t_epoch={target_epoch}"
158158
)
159159
if not _check_valid_proj_step(plate_model_step):
160160
err_msg = f"Failed to find pre-defined plate-model parameters for {target_itrf}:{plate}"

0 commit comments

Comments
 (0)