Skip to content

Commit c976fac

Browse files
committed
update by comment
1 parent 45467d8 commit c976fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/v2/fluid/tests/test_split_op.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def setUp(self):
3131
def test_check_output(self):
3232
self.check_output()
3333

34-
#def test_check_grad(self):
35-
# self.check_grad(['X'], ['out0', 'out1', 'out2'])
34+
def test_check_grad(self):
35+
self.check_grad(['X'], ['out0', 'out1', 'out2'])
3636

3737

3838
if __name__ == '__main__':

0 commit comments

Comments
 (0)