Skip to content

Commit

Permalink
revert now redundant resolve change
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Jan 16, 2024
1 parent e5a4bd0 commit f8b4026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/iris/common/resolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ def __init__(self, lhs=None, rhs=None):
#: operands, where the direction of the mapping is governed by
#: :attr:`~iris.common.resolve.Resolve.map_rhs_to_lhs`.
self.mapping = None # set in _metadata_mapping
self.reorder_src_dims = None # set in _as_compatible_cubes

#: Cache containing a list of dim, aux and scalar coordinates prepared
#: and ready for creating and attaching to the resultant resolved
Expand Down Expand Up @@ -440,7 +439,6 @@ def _as_compatible_cubes(self):

# Determine whether a transpose of the src cube is necessary.
if order != sorted(order):
self.reorder_src_dims = order
new_src_data = new_src_data.transpose(order)
logger.debug(
f"transpose src {self._src_cube_position} cube with order {order}"
Expand Down

0 comments on commit f8b4026

Please sign in to comment.