Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 20, 2024
1 parent 0fc0099 commit 67c9ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iris/mesh/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -2120,6 +2120,7 @@ def _members(self, value):
@property
def all_members(self):
return Mesh1DCoords(**self._members)

# ELIASISCOOL

@property
Expand Down Expand Up @@ -2837,7 +2838,6 @@ def _metadata_manager(self):

return self._metadata_manager_temp


# Provide overrides to mimic the Coord-specific properties that are not
# supported by MeshCoord, i.e. "coord_system" and "climatological".
# These mimic the Coord properties, but always return fixed 'null' values.
Expand Down Expand Up @@ -3084,7 +3084,7 @@ def _load_metadata(self):
bounds_value = use_metadict[key]
nodes_value = node_metadict[key]
if key == "units" and (
bounds_value == unit_unknown or nodes_value == unit_unknown
bounds_value == unit_unknown or nodes_value == unit_unknown
):
# Allow "any" unit to match no-units (for now)
continue
Expand Down

0 comments on commit 67c9ed0

Please sign in to comment.