We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c0d0e commit 074c75cCopy full SHA for 074c75c
lib/iris/cube.py
@@ -3576,9 +3576,7 @@ def __eq__(self, other):
3576
3577
if result:
3578
coord_comparison = iris.analysis.coord_comparison(
3579
- self,
3580
- other,
3581
- object_type="cell measure",
+ self, other, object_type="cell measure",
3582
)
3583
# if there are any cell measures which are not equal
3584
result = not (
@@ -3588,9 +3586,7 @@ def __eq__(self, other):
3588
3586
3589
3587
3590
3591
3592
3593
- object_type="ancillary variable",
+ self, other, object_type="ancillary variable",
3594
3595
# if there are any ancillary variables which are not equal
3596
0 commit comments