From a4e1053e0fa7a9d8d92203fe9137fbd79777f0b7 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Wed, 12 Apr 2017 14:59:57 +0100 Subject: [PATCH] Remove biggus from test comment. --- lib/iris/tests/integration/test_trajectory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iris/tests/integration/test_trajectory.py b/lib/iris/tests/integration/test_trajectory.py index b93ed84b81..36006dd07f 100644 --- a/lib/iris/tests/integration/test_trajectory.py +++ b/lib/iris/tests/integration/test_trajectory.py @@ -232,7 +232,7 @@ def test_tri_polar__nearest(self): class TestLazyData(tests.IrisTest): def test_hybrid_height(self): cube = istk.simple_4d_with_hybrid_height() - # Put a biggus array on the cube so we can test deferred loading. + # Put a lazy array into the cube so we can test deferred loading. cube.data = as_lazy_data(cube.data) traj = (('grid_latitude', [20.5, 21.5, 22.5, 23.5]),