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 46ccc67 commit 1c4f14cCopy full SHA for 1c4f14c
lib/iris/cube.py
@@ -5095,7 +5095,7 @@ def interpolate(
5095
5096
"""
5097
if self.is_dataless():
5098
- raise iris.exceptions.DatalessError("interoplate")
+ raise iris.exceptions.DatalessError("interpolate")
5099
coords, points = zip(*sample_points)
5100
interp = scheme.interpolator(self, coords) # type: ignore[arg-type]
5101
return interp(points, collapse_scalar=collapse_scalar)
0 commit comments