We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759fdac commit 53cbc1cCopy full SHA for 53cbc1c
src/ess/powder/masking.py
@@ -63,7 +63,7 @@ def apply_masks(
63
else:
64
coord = (
65
sc.midpoints(out.coords[dim])
66
- if out.coords.is_edges(dim)
+ if out.coords.is_edges(dim, dim)
67
else out.coords[dim]
68
)
69
out.masks[dim] = mask(coord)
0 commit comments