Skip to content

Commit

Permalink
remove unnecessary lines and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nlensse1 committed May 17, 2024
1 parent e26d2ed commit 2c0a7d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion podaac/subsetter/subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def convert_bound(bound: np.ndarray, coord_max: int, coord_var: xr.DataArray) ->
var_values = coord_var.values
if fill_value:
var_values = np.where(var_values != fill_value, var_values, np.nan)

var_min = np.nanmin(var_values)
var_max = np.nanmax(var_values)

Expand Down

0 comments on commit 2c0a7d6

Please sign in to comment.