Skip to content

Commit 1853ad0

Browse files
committed
Another reference to SciTools#5068.
1 parent e3a2896 commit 1853ad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/iris/tests/integration/test_netcdf.py

+2
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,8 @@ def create_nc_file(self, tmp_path):
944944
self.nc_path.unlink()
945945

946946
def test_lat_not_loaded(self):
947+
# iris#5068 includes discussion of possible retention of the skipped
948+
# coords in the future.
947949
with pytest.warns(
948950
match="Missing data dimensions for multi-valued DimCoord"
949951
):

0 commit comments

Comments
 (0)