Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed May 23, 2024
1 parent 2924e3b commit d42a233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion xdem/coreg/affine.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@ class ICP(AffineCoreg):
"centroid". The translation parameters are also stored individually in the keys "shift_x", "shift_y" and "shift_z"
(in georeferenced units for horizontal shifts, and unit of the elevation dataset inputs for the vertical shift).
Requires 'opencv'. See opencv doc for more info: https://docs.opencv.org/master/dc/d9b/classcv_1_1ppf__match__3d_1_1ICP.html
Requires 'opencv'. See opencv doc for more info:
https://docs.opencv.org/master/dc/d9b/classcv_1_1ppf__match__3d_1_1ICP.html
"""

def __init__(
Expand Down
2 changes: 1 addition & 1 deletion xdem/coreg/biascorr.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ def _apply_rst(

class Deramp(BiasCorr):
"""
Correct for a 2D polynomial along X/Y coordinates, for example from residual camera model deformations
Correct for a 2D polynomial along X/Y coordinates, for example from residual camera model deformations
(dome-like errors).
"""

Expand Down

0 comments on commit d42a233

Please sign in to comment.