We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b87406 commit c6e5802Copy full SHA for c6e5802
1 file changed
test/test_integrate.py
@@ -19,7 +19,7 @@
19
_get_faces_constLat_intersection_info, _zonal_face_weights, \
20
_zonal_face_weights_robust
21
22
-from uxarray.grid.utils import _get_cartesian_face_edge_nodes
+from uxarray.grid.utils import _get_cartesian_faces_edge_nodes
23
24
current_path = Path(os.path.dirname(os.path.realpath(__file__)))
25
@@ -1037,7 +1037,7 @@ def test_compare_zonal_weights():
1037
for gridfile in gridfiles:
1038
uxgrid = ux.open_grid(gridfile)
1039
n_nodes_per_face = uxgrid.n_nodes_per_face.values
1040
- face_edge_nodes_xyz = _get_cartesian_face_edge_nodes(
+ face_edge_nodes_xyz = _get_cartesian_faces_edge_nodes(
1041
uxgrid.face_node_connectivity.values,
1042
uxgrid.n_face,
1043
uxgrid.n_max_face_edges,
0 commit comments