We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029f266 commit 8d3cf1dCopy full SHA for 8d3cf1d
1 file changed
test/test_connectivity.py
@@ -20,6 +20,7 @@ def uxgrid():
20
21
# ─── Node Connectivity ────────────────────────────────────────────────────────────────────────────────────────────────
22
23
+
24
def test_node_edge_connectivity(uxgrid):
25
node_edges = uxgrid.node_edge_connectivity.values
26
@@ -170,7 +171,6 @@ def test_edge_face_connectivity(uxgrid):
170
171
# face_edge_connectivity is derived from edge_face_connectivity
172
assert "face_edge_connectivity" in uxgrid.connectivity
173
-
174
np.testing.assert_array_equal(expected_edge_faces, edge_faces)
175
176
0 commit comments