Skip to content

Commit 60477d8

Browse files
committed
removed test for no longer required term
1 parent f4c0c6d commit 60477d8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

gridded/tests/test_depth.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -510,14 +510,6 @@ class Test_FVCOM_Depth:
510510
def test_construction(self, get_fvcom_depth):
511511
assert get_fvcom_depth is not None
512512

513-
def test_default_names_siglay_center(self):
514-
# each term should map to the netCDF variable of the same name;
515-
# siglay_center pointed at siglev_center (the level-center variable),
516-
# so auto-detection silently bound the wrong array to that term
517-
assert FVCOM_Depth.default_names["siglay_center"] == ["siglay_center"]
518-
# siglev_center keeps its own (correct) mapping
519-
assert FVCOM_Depth.default_names["siglev_center"] == ["siglev_center"]
520-
521513
def test_get_depth_profile(self, get_fvcom_depth):
522514
dp = get_fvcom_depth
523515
tris = dp.grid.nodes.take(dp.grid.faces, axis=0)

0 commit comments

Comments
 (0)