Skip to content

Commit

Permalink
header dates corrected (#46)
Browse files Browse the repository at this point in the history
* header dates corrected whitespace removed
  • Loading branch information
corinnebosley authored and marqh committed Feb 23, 2017
1 parent 7cdd5d2 commit aa52448
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/iris/tests/test_ff.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) British Crown Copyright 2010 - 2016, Met Office
# (C) British Crown Copyright 2010 - 2017, Met Office
#
# This file is part of Iris.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/test_pp_cf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) British Crown Copyright 2010 - 2015, Met Office
# (C) British Crown Copyright 2010 - 2017, Met Office
#
# This file is part of Iris.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) British Crown Copyright 2014 - 2015, Met Office
# (C) British Crown Copyright 2014 - 2017, Met Office
#
# This file is part of Iris.
#
Expand Down Expand Up @@ -69,7 +69,7 @@ def patched__getitem__(proxy_self, keys):
'iris.fileformats.netcdf.NetCDFDataProxy.__getitem__',
new=patched__getitem__)

@tests.skip_biggus
@tests.skip_biggus
def test_slowest_varying_vertex_dim(self):
# Create the bounds cf variable.
bounds = np.arange(24).reshape(4, 2, 3)
Expand Down

0 comments on commit aa52448

Please sign in to comment.