Skip to content

Commit

Permalink
pyarrow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilson committed Oct 19, 2024
1 parent b878476 commit 7f4d806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/pyarrow/tests/test_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -3380,6 +3380,8 @@ def create_sample_expressions():
pc.multiply(a, b), pc.power(a, a), pc.sqrt(a),
pc.exp(b), pc.cos(b), pc.sin(b), pc.tan(b),
pc.acos(b), pc.atan(b), pc.asin(b), pc.atan2(b, b),
pc.sinh(a), pc.cosh(a), pc.tanh(a),
pc.asinh(a), pc.acosh(b), pc.atanh(pa.scalar(0)),
pc.abs(b), pc.sign(a), pc.bit_wise_not(a),
pc.bit_wise_and(a, a), pc.bit_wise_or(a, a),
pc.bit_wise_xor(a, a), pc.is_nan(b), pc.is_finite(b),
Expand Down

0 comments on commit 7f4d806

Please sign in to comment.