Skip to content

Commit fd3a659

Browse files
shrivasshankarrok
andauthored
Update python/pyarrow/tests/test_compute.py
Co-authored-by: Rok Mihevc <rok@mihevc.org>
1 parent 6168525 commit fd3a659

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

python/pyarrow/tests/test_compute.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3907,9 +3907,6 @@ def test_rank_normal_options():
39073907

39083908
@pytest.mark.numpy
39093909
def test_hypot():
3910-
# hypot(x, y) = sqrt(x**2 + y**2); compared against numpy.
3911-
# (hypot has no Substrait mapping, so it is tested here rather than in the
3912-
# expression-serialization round-trip.)
39133910
x = np.array([3.0, 0.0, -5.0, 1.5, 7.25])
39143911
y = np.array([4.0, 0.0, 12.0, -2.0, 0.0])
39153912
result = pc.hypot(pa.array(x), pa.array(y))

0 commit comments

Comments
 (0)