Skip to content

Commit

Permalink
Fix type.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jul 22, 2024
1 parent 8359949 commit 5f9d89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/tests/stock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ def flatten_dim_metadata(dim_metadata: icoords._DimensionalMetadata):
new_instance = dim_metadata.__class__(flat_values, **kwargs)
return new_instance

def remove_duplicate_nodes(mesh: ugrid.MeshXY):
def remove_duplicate_nodes(mesh: iris.ugrid.MeshXY):
"""Remove duplicate nodes from a mesh.
MeshXY.from_coords() does not do this due to complications like lazy
Expand Down

0 comments on commit 5f9d89c

Please sign in to comment.