Skip to content

Commit 8c28417

Browse files
committed
update tests
1 parent 16216e4 commit 8c28417

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/ijby/test-func-unary.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +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-
# floating point might have different precision
248-
# from python, hence the use of integers
249-
srcs = [[7, 56, 3, 1]]
247+
srcs = [[7, 3, 1]]
250248
DT = dt.Frame(srcs)
251249
RES = DT[:, dt.math.arcosh(f[:])]
252250
frame_integrity_check(RES)

0 commit comments

Comments
 (0)