Skip to content

Commit e3e1438

Browse files
Apply suggestion from @sadielbartholomew
Co-authored-by: Sadie L. Bartholomew <sadie.bartholomew@ncas.ac.uk>
1 parent 44cf2ed commit e3e1438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cf/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3437,7 +3437,7 @@ def _locate(lat, lon, f):
34373437

34383438
raise NotImplementedError(
34393439
f"Can't find cell locations for {f!r}: Can only find locations "
3440-
"for UGRID, HEALPix, or geometry cells"
3440+
"for HEALPix cells"
34413441
)
34423442

34433443
if np.abs(lat).max() > 90:

0 commit comments

Comments
 (0)