Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Eleanor Smith committed Oct 23, 2020
1 parent 29f139b commit 05f7fdb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions daops/data_utils/array_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ def mask_data(ds, **operands):
var_id = xu.get_main_variable(ds)

ds = ds.where(ds[var_id] != value)

# dims = ds[var_id].dims
# ds.assign({f"{var_id}": (dims, ds[var_id].to_masked_array())})

return ds
return ds

0 comments on commit 05f7fdb

Please sign in to comment.