Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Nov 12, 2024
1 parent 2232147 commit 3b299a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ush/ioda/bufr2ioda/marine/b2i/b2iconverter/ocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ def get_station_basin(self, lat, lon):
i2 = round((lon[i] - lon0) / dlon)
ocean_basin.append(self.__basin_array[i1][i2])
return ocean_basin

0 comments on commit 3b299a2

Please sign in to comment.