Skip to content

Commit

Permalink
fix doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight committed Dec 20, 2023
1 parent d4cc4e3 commit 3b64268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/iris/common/resolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -2542,7 +2542,6 @@ def shape(self):
time 1860-06-01 00:00:00, bound=(1859-12-01 00:00:00, 1860-12-01 00:00:00)
Cell methods:
0 time: mean (interval: 6 hour)
Attributes:
Conventions 'CF-1.5'
Model scenario 'E1'
Expand All @@ -2555,5 +2554,5 @@ def shape(self):
>>> Resolve(cube2, cube1).shape
(240, 37, 49)
""" # noqa: D214, D411
""" # noqa: D214, D410, D411
return self._broadcast_shape

0 comments on commit 3b64268

Please sign in to comment.