Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
vschaffn committed Nov 19, 2024
1 parent 06a74b4 commit aca9e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdem/coreg/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def dem_coregistration(
random_state: int | np.random.Generator | None = None,
plot: bool = False,
out_fig: str = None,
estimated_initial_shift: list[float] | tuple[float, float] = None,
estimated_initial_shift: list[Number] | tuple[Number, Number] | None = None,
) -> tuple[DEM, Coreg | CoregPipeline, pd.DataFrame, NDArrayf]:
"""
A one-line function to coregister a selected DEM to a reference DEM.
Expand Down

0 comments on commit aca9e5f

Please sign in to comment.