Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jul 9, 2024
1 parent bdcd559 commit 76dec17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/dflowfm/test_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,8 @@ def test_network_is_geographic():


def check_ugrid_consistency(ds: xr.Dataset):
# inspired by xugrid.ugrid.conventions._get_coordinates:
# https://github.com/Deltares/xugrid/blob/412d9ae0b01d97f3eadabc81a130f9d53f5a1dcb/xugrid/ugrid/conventions.py#L221-L247
_COORD_NAMES = {
1: ("node_coordinates", "edge_coordinates"),
2: ("node_coordinates", "face_coordinates", "edge_coordinates"),
Expand Down

0 comments on commit 76dec17

Please sign in to comment.