Skip to content

Commit

Permalink
undo invalid black formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-kumar committed Oct 24, 2024
1 parent d2fd60e commit 3c50e0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions geoips/plugins/modules/readers/ascat_uhr_netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ def read_byu_data(wind_xarray, fname):
wind_xarray["latitude"] = wind_xarray["latitude"] - 90

wind_xarray["longitude"] = xarray.where(
wind_xarray.ambiguity_select == 0,
numpy.nan,
wind_xarray.longitude,
wind_xarray.ambiguity_select == 0, numpy.nan, wind_xarray.longitude
)
dsname = "WINDSPEED"

Expand Down

0 comments on commit 3c50e0d

Please sign in to comment.