Skip to content

Commit fa11f09

Browse files
Update tests/unit/test_function.py
Co-authored-by: Copilot <[email protected]>
1 parent 264e431 commit fa11f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def test_crop_constant():
320320
)
321321
def test_clip_ndarray(array3dsource, array3dclipped): # pylint: disable=unused-argument
322322
"""Tests the functionality of clip method of the Function class.
323-
The source is initialized as a ndarray before cropping.
323+
The source is initialized as a ndarray before clipping.
324324
"""
325325
func = Function(array3dsource, inputs=["x1", "x2"], outputs="y")
326326
clipped_func = func.clip([(-2, 2)])

0 commit comments

Comments
 (0)