Skip to content

Commit

Permalink
Another reference to SciTools#5068.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Nov 16, 2022
1 parent e3a2896 commit 1853ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/iris/tests/integration/test_netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,8 @@ def create_nc_file(self, tmp_path):
self.nc_path.unlink()

def test_lat_not_loaded(self):
# iris#5068 includes discussion of possible retention of the skipped
# coords in the future.
with pytest.warns(
match="Missing data dimensions for multi-valued DimCoord"
):
Expand Down

0 comments on commit 1853ad0

Please sign in to comment.