Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yijunc committed Jul 2, 2020
1 parent e639c36 commit 6484b2a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/python/unittest/test_higher_order_grad.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def grad_grad_op(x):
check_second_order_unary(array, arccos, grad_grad_op)


@xfail_when_nonstandard_decimal_separator
@with_seed()
def test_arctan():
def arctan(x):
Expand Down Expand Up @@ -217,7 +216,6 @@ def grad_grad_op(x):
check_second_order_unary(array, arccosh, grad_grad_op)


@xfail_when_nonstandard_decimal_separator
@with_seed()
def test_arctanh():
def arctanh(x):
Expand Down Expand Up @@ -294,7 +292,6 @@ def grad_grad_op(x):
check_second_order_unary(array, log2, grad_grad_op)


@xfail_when_nonstandard_decimal_separator
@with_seed()
def test_log10():
def log10(x):
Expand All @@ -309,7 +306,6 @@ def grad_grad_op(x):
check_second_order_unary(array, log10, grad_grad_op)


@xfail_when_nonstandard_decimal_separator
@with_seed()
def test_square():
def grad_grad_op(x):
Expand Down Expand Up @@ -461,7 +457,6 @@ def grad_grad_op(x):
check_second_order_unary(array, cbrt, grad_grad_op)


@xfail_when_nonstandard_decimal_separator
@with_seed()
def test_rsqrt():
def rsqrt(x):
Expand All @@ -482,7 +477,6 @@ def grad_grad_op(x):
check_second_order_unary(array, rsqrt, grad_grad_op)


@xfail_when_nonstandard_decimal_separator
@with_seed()
def test_rcbrt():
def rcbrt(x):
Expand Down

0 comments on commit 6484b2a

Please sign in to comment.