Skip to content

Commit

Permalink
set skip unless 1n1d
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Xiafeng committed Jun 26, 2023
1 parent afc19d9 commit 9617444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _test_adaptive_pool_grad_grad_impl(test_case, placement, ndim, mode):
_check_equal(test_case, ddx.pytorch, ddx.oneflow, "ddx")
_check_equal(test_case, ddy.pytorch, ddy.oneflow, "ddy")


@flow.unittest.skip_unless_1n1d()
class TestGlobalPoolHigherDerivative(flow.unittest.TestCase):
@globaltest
def test_max_pool_1d_grad_grad(test_case):
Expand Down

0 comments on commit 9617444

Please sign in to comment.