File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -607,22 +607,6 @@ def _revert_edges_conn_to_face_nodes_conn(
607607
608608 return np .array (res_face_nodes_connectivity )
609609
610- def test_build_nNodes_per_face (self ):
611- """Tests the construction of the ``nNodes_per_face`` variable."""
612-
613- # test on grid constructed from sample datasets
614- grids = [self .grid_mpas , self .grid_exodus , self .grid_ugrid ]
615-
616- for grid in grids :
617- # highest possible dimension dimension for a face
618- max_dimension = grid .nMaxMesh2_face_nodes
619-
620- # face must be at least a triangle
621- min_dimension = 3
622-
623- assert grid .nNodes_per_face .min () >= min_dimension
624- assert grid .nNodes_per_face .max () <= max_dimension
625-
626610 def test_build_nNodes_per_face (self ):
627611 """Tests the construction of the ``nNodes_per_face`` variable."""
628612
You can’t perform that action at this time.
0 commit comments