Skip to content

Commit 7e81eea

Browse files
rajeejaphilipc2
andauthored
Update test/test_io_common.py
Co-authored-by: Philip Chmielowiec <[email protected]>
1 parent 83b6625 commit 7e81eea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_io_common.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,3 @@ def test_grid_properties_consistency(self, grid_from_format):
141141
assert np.issubdtype(grid.node_lon.dtype, np.floating)
142142
assert np.issubdtype(grid.node_lat.dtype, np.floating)
143143

144-
def test_lazy_loading(self, grid_from_format):
145-
"""Confirm a backing xarray Dataset exists (grid._ds). Keeps IO and
146-
compute lazy where supported.
147-
"""
148-
grid = grid_from_format
149-
150-
assert grid._ds is not None

0 commit comments

Comments
 (0)