Skip to content

Commit 3df03e2

Browse files
committed
use integers
1 parent 9d5158b commit 3df03e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ijby/test-func-unary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ 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-
srcs = [[7, 56, 2.45, 1]]
247+
srcs = [[7, 56, 3, 1]]
248248
DT = dt.Frame(srcs)
249249
RES = DT[:, dt.math.arcosh(f[:])]
250250
frame_integrity_check(RES)

0 commit comments

Comments
 (0)