Skip to content

Commit

Permalink
remove err case
Browse files Browse the repository at this point in the history
  • Loading branch information
piDack committed Mar 28, 2023
1 parent 91f884c commit 970396c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/paddle/fluid/tests/unittests/test_numel_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ def init(self):
self.shape = (11, 66)


class TestNumelOp2BF16(TestNumelOpBF16):
def init(self):
self.shape = (0,)


class TestNumelAPI(unittest.TestCase):
def test_numel_static(self):
main_program = fluid.Program()
Expand Down

0 comments on commit 970396c

Please sign in to comment.