From b68f84090bfc00c2c73aa49aca5f760bd2859352 Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Wed, 27 Mar 2019 19:09:58 +0800 Subject: [PATCH] fix test_split_selected_rows_op test=develop --- .../paddle/fluid/tests/unittests/test_split_selected_rows_op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/tests/unittests/test_split_selected_rows_op.py b/python/paddle/fluid/tests/unittests/test_split_selected_rows_op.py index f8847e1570d..d8c57d964da 100644 --- a/python/paddle/fluid/tests/unittests/test_split_selected_rows_op.py +++ b/python/paddle/fluid/tests/unittests/test_split_selected_rows_op.py @@ -38,7 +38,7 @@ class TestSpliteSelectedRows(unittest.TestCase): def check_with_place(self, place): scope = core.Scope() rows = [0, 5, 7, 4, 20] - height = 20 + height = 21 row_numel = 2 # initialize input variable X -- GitLab