Skip to content

Commit 16216e4

Browse files
committed
add comments
1 parent 52f6f73 commit 16216e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ijby/test-func-unary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ def test_dt_hyperbolic1(math_func, dt_func):
244244
assert RES.to_list() == [[hyperbolic_func(math_func, x) for x in src] for src in srcs]
245245

246246
def test_dt_hyperbolic_acosh():
247+
# floating point might have different precision
248+
# from python, hence the use of integers
247249
srcs = [[7, 56, 3, 1]]
248250
DT = dt.Frame(srcs)
249251
RES = DT[:, dt.math.arcosh(f[:])]

0 commit comments

Comments
 (0)