From bf71a4f71b8e75f912ec797b42e88a2239812512 Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Fri, 27 Oct 2017 11:11:22 +0200 Subject: [PATCH] Added missing_value test This adds missing_value to the list of always data variable attributes in test_attributes. Signed-off-by: Klaus Zimmermann --- lib/iris/tests/test_netcdf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/iris/tests/test_netcdf.py b/lib/iris/tests/test_netcdf.py index 4f783c7f0d..ec92e59b29 100644 --- a/lib/iris/tests/test_netcdf.py +++ b/lib/iris/tests/test_netcdf.py @@ -714,6 +714,7 @@ def test_attributes(self): 'flag_masks': 'a', 'flag_meanings': 'b', 'flag_values': 'c', + 'missing_value': 1.e20, 'STASH': iris.fileformats.pp.STASH(1, 2, 3)} for k, v in six.iteritems(avars): self.cube.attributes[k] = v