Skip to content

Commit

Permalink
Update xrutils.py
Browse files Browse the repository at this point in the history
I don't want this printing anything. ALex placed this here 9 months ago; presumably for debugging.
  • Loading branch information
dboas committed Dec 16, 2024
1 parent f9653df commit b6b5b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cedalion/xrutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def apply_mask(
flag_collapse = True
dims2collapse = [dim for dim in mask.dims if dim != dim_collapse]
mask = mask.all(dim=dims2collapse)
print(f"mask collapsed to {dim_collapse} dimension")
#print(f"mask collapsed to {dim_collapse} dimension")

# apply the mask to data_array according to instructions from "operator" argument
if operator.lower() == "nan":
Expand Down

0 comments on commit b6b5b6b

Please sign in to comment.