Skip to content

Commit c6e5802

Browse files
fix bugs
1 parent 0b87406 commit c6e5802

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_integrate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
_get_faces_constLat_intersection_info, _zonal_face_weights, \
2020
_zonal_face_weights_robust
2121

22-
from uxarray.grid.utils import _get_cartesian_face_edge_nodes
22+
from uxarray.grid.utils import _get_cartesian_faces_edge_nodes
2323

2424
current_path = Path(os.path.dirname(os.path.realpath(__file__)))
2525

@@ -1037,7 +1037,7 @@ def test_compare_zonal_weights():
10371037
for gridfile in gridfiles:
10381038
uxgrid = ux.open_grid(gridfile)
10391039
n_nodes_per_face = uxgrid.n_nodes_per_face.values
1040-
face_edge_nodes_xyz = _get_cartesian_face_edge_nodes(
1040+
face_edge_nodes_xyz = _get_cartesian_faces_edge_nodes(
10411041
uxgrid.face_node_connectivity.values,
10421042
uxgrid.n_face,
10431043
uxgrid.n_max_face_edges,

0 commit comments

Comments
 (0)