Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Xiafeng committed Jun 26, 2023
1 parent 9617444 commit 6d487d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +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
Expand Down

0 comments on commit 6d487d9

Please sign in to comment.