Skip to content

Commit

Permalink
Merge pull request SciTools#2484 from bjlittle/remove-biggus-ref-in-t…
Browse files Browse the repository at this point in the history
…rajectory-test

Remove biggus from test comment.
  • Loading branch information
lbdreyer authored Apr 13, 2017
2 parents c0a77b7 + a4e1053 commit 88db1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/tests/integration/test_trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 88db1d2

Please sign in to comment.