Skip to content

Commit

Permalink
Fixes doc-string issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MoseleyS committed Oct 4, 2024
1 parent f467219 commit 86c2def
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions improver/cli/gradient_between_adjacent_grid_squares.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ def process(cube: cli.inputcube, *, regrid: bool = False):
If a status_flag coord is present, it will be preserved if regrid is true.
Returns:
iris.cube.Cube:
- Cube after the gradients have been calculated along the
x-axis.
iris.cube.Cube:
- Cube after the gradients have been calculated along the
y-axis.
Cube after the gradients have been calculated along the x-axis and Cube after the gradients
have been calculated along the y-axis.
"""
from improver.utilities.spatial import GradientBetweenAdjacentGridSquares

Expand Down

0 comments on commit 86c2def

Please sign in to comment.