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.
2 parents 70cafb9 + 6c478bd commit b8777e6Copy full SHA for b8777e6
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