Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidymwagner committed May 22, 2024
1 parent 491bc5a commit 74d8678
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion oceans_sf/calculate_advection.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def calculate_advection( # noqa: D417
Returns
-------
tuple or ndarray:
A tuple of advection components (x and y) if scalar is not provided,
A tuple of advection components (x and y) if scalar is not provided,
otherwise returns an ndarray of scalar advection.
"""
if grid_type == "uniform":
Expand Down
2 changes: 0 additions & 2 deletions oceans_sf/generate_structure_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ def generate_structure_functions( # noqa: C901, D417
x[x_shift], y[y_shift], x[x_shift], yroll[y_shift], grid_type
)



# Bin the data if the grid is uneven
if even is False:
if skip_velocity_sf is False:
Expand Down

0 comments on commit 74d8678

Please sign in to comment.