Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 17, 2024
1 parent 6f24ebc commit c006c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xpublish_wms/grids/fvcom.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def sel_lat_lng(
return self.sel_lat_lng_nele(subset, lng, lat, parameters)
else:
return self.sel_lat_lng_node(subset, lng, lat, parameters)

def sel_lat_lng_node(
self,
subset: xr.Dataset,
Expand Down Expand Up @@ -289,7 +289,7 @@ def sel_lat_lng_nele(
)
else:
ret_subset = subset.isel(nele=valid_tri[0])

x_axis = [strip_float(ret_subset.cf["longitude"])]
y_axis = [strip_float(ret_subset.cf["latitude"])]
return ret_subset, x_axis, y_axis
Expand Down

0 comments on commit c006c6f

Please sign in to comment.