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 7ee8af7 commit 622aa71Copy full SHA for 622aa71
uxarray/grid/connectivity.py
@@ -168,7 +168,6 @@ def _populate_edge_node_connectivity(grid):
168
169
edge_node_attrs = ugrid.EDGE_NODE_CONNECTIVITY_ATTRS
170
edge_node_attrs["inverse_indices"] = inverse_indices
171
- # edge_node_attrs["fill_value_mask"] = fill_value_mask
172
173
# add edge_node_connectivity to internal dataset
174
grid._ds["edge_node_connectivity"] = xr.DataArray(
0 commit comments